| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | ASTVector.h | 42 void setEnd(T *P) { this->End = P; } in setEnd() function 198 this->setEnd(this->end() + NumInputs); in append() 209 this->setEnd(this->end() + NumInputs); in append() 228 this->setEnd(this->end()+1); in insert() 276 this->setEnd(this->end() + NumToInsert); in insert() 326 this->setEnd(this->end() + NumToInsert); in insert() 344 this->setEnd(this->begin()+N); in resize() 349 this->setEnd(this->begin()+N); in resize()
|
| HD | Comment.h | 488 Range.setEnd(L); in setAttrs() 490 Range.setEnd(Attr.getNameLocEnd()); in setAttrs() 496 Range.setEnd(GreaterLoc); in setGreaterLoc()
|
| HD | TypeLoc.h | 569 BuiltinRange.setEnd(std::max(Range.getEnd(), BuiltinRange.getEnd())); in expandBuiltinRange() 1720 range.setEnd(getAttrOperandParensRange().getEnd()); in getLocalSourceRange()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | PPExpressions.cpp | 63 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } in setRange() 65 Range.setBegin(B); Range.setEnd(E); in setRange() 68 void setEnd(SourceLocation L) { Range.setEnd(L); } in setEnd() function in __anon3e2e71ac0111::PPValue 144 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined() 155 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined() 158 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined() 791 RHS.setEnd(AfterColonVal.getRange().getEnd()); in EvaluateDirectiveSubExpr() 815 LHS.setEnd(RHS.getRange().getEnd()); in EvaluateDirectiveSubExpr()
|
| HD | Lexer.cpp | 899 Range.setEnd(End); in makeFileCharRange() 911 Range.setEnd(MacroEnd); in makeFileCharRange() 931 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()
|
| HD | PPDirectives.cpp | 92 Res.setEnd(Tmp.getLocation()); in DiscardUntilEndOfDirective()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | SourceLocation.h | 220 void setEnd(SourceLocation e) { E = e; } in setEnd() function 285 void setEnd(SourceLocation e) { Range.setEnd(e); } in setEnd() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Format/ |
| HD | SortJavaScriptImports.cpp | 171 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze() 306 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences() 429 Symbol.Range.setEnd(Current->Tok.getLocation()); in parseNamedBindings()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | DeclSpec.cpp | 51 Range.setEnd(ColonColonLoc); in Extend() 64 Range.setEnd(ColonColonLoc); in Extend() 77 Range.setEnd(ColonColonLoc); in Extend() 90 Range.setEnd(ColonColonLoc); in Extend() 112 Range.setEnd(ColonColonLoc); in MakeSuper() 289 Range.setEnd(RSquareLoc); in setDecompositionBindings() 678 TSWRange.setEnd(Loc); in SetTypeSpecWidth()
|
| HD | SemaDeclCXX.cpp | 10083 R.setEnd(Before.getEnd()); in extendLeft() 10091 R.setEnd(After.getEnd()); in extendRight()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
| HD | SourceExtraction.cpp | 106 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonBlockRanges.h | 100 void setEnd(const IndexType &E) { second = E; } in setEnd() function
|
| HD | HexagonBlockRanges.cpp | 65 setEnd(AE); in merge()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | DeclSpec.h | 71 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() 203 Range.setEnd(R.getEnd()); in SetInvalid() 642 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd() 1944 Range.setEnd(Loc); in SetRangeEnd() 1954 Range.setEnd(SR.getEnd()); in ExtendWithDeclSpec()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFAcceleratorTable.cpp | 839 setEnd(); in searchFromStartOfCurrentIndex() 851 setEnd(); in next() 870 setEnd(); in ValueIterator()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| HD | PathDiagnostic.h | 348 void setEnd(const PathDiagnosticLocation &L) { End = L; } in setEnd() function 632 LPairs[0].setEnd(L); in setEndLocation()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransRetainReleaseDealloc.cpp | 385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/ |
| HD | Instruction.h | 327 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| HD | DWARFAcceleratorTable.h | 493 void setEnd() { *this = ValueIterator(); } in setEnd() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseDeclCXX.cpp | 3640 SpecificationRange.setEnd(ConsumeParen()); // '(' in tryParseExceptionSpecification() 3645 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification() 3743 SpecificationRange.setEnd(SpecificationRange.getBegin()); in ParseDynamicExceptionSpecification() 3754 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification() 3769 Range.setEnd(Ellipsis); in ParseDynamicExceptionSpecification() 3784 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification()
|
| HD | ParseObjc.cpp | 679 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList() 790 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList()
|
| HD | ParseExprCXX.cpp | 61 Range.setEnd(ColonToken.getLocation()); in FixDigraph() 1138 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer()
|
| HD | ParsePragma.cpp | 1387 FixItRange.setEnd(PRef.getCurToken().getLocation()); in createExpectedAttributeSubjectRulesTokenDiagnostic()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprCXX.cpp | 237 this->Range.setEnd(DirectInitRange.getEnd()); in CXXNewExpr() 240 this->Range.setEnd(getInitializer()->getSourceRange().getEnd()); in CXXNewExpr() 244 this->Range.setEnd(TypeIdParens.getEnd()); in CXXNewExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/ |
| HD | SourceManager.cpp | 1022 Res.setEnd(EndRange.getEnd()); in getExpansionRange()
|