| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | SmallVector.h | 95 void setEnd(T *P) { this->EndX = P; } in setEnd() function 226 this->setEnd(this->end()+1); in push_back() 233 this->setEnd(this->end()+1); in push_back() 237 this->setEnd(this->end()-1); in pop_back() 263 this->setEnd(NewElts+CurSize); in grow() 334 this->setEnd(this->end()+1); in push_back() 338 this->setEnd(this->end()-1); in pop_back() 379 this->setEnd(this->begin()+N); in resize() 385 this->setEnd(this->begin()+N); in resize() 392 this->setEnd(this->begin()+N); in resize() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTVector.h | 38 void setEnd(T *P) { this->End = P; } in setEnd() function 194 this->setEnd(this->end() + NumInputs); in append() 206 this->setEnd(this->end() + NumInputs); in append() 225 this->setEnd(this->end()+1); in insert() 273 this->setEnd(this->end() + NumToInsert); in insert() 323 this->setEnd(this->end() + NumToInsert); in insert() 341 this->setEnd(this->begin()+N); in resize() 346 this->setEnd(this->begin()+N); in resize()
|
| HD | Comment.h | 492 Range.setEnd(L); in setAttrs() 494 Range.setEnd(Attr.getNameLocEnd()); in setAttrs() 500 Range.setEnd(GreaterLoc); in setGreaterLoc()
|
| HD | TypeLoc.h | 806 range.setEnd(getAttrOperandParensRange().getEnd()); in getLocalSourceRange()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Lex/ |
| HD | PPExpressions.cpp | 47 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } in setRange() 49 Range.setBegin(B); Range.setEnd(E); in setRange() 52 void setEnd(SourceLocation L) { Range.setEnd(L); } in setEnd() function in __anon7cd6978e0111::PPValue 125 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined() 135 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined() 139 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined() 700 RHS.setEnd(AfterColonVal.getRange().getEnd()); in EvaluateDirectiveSubExpr() 724 LHS.setEnd(RHS.getRange().getEnd()); in EvaluateDirectiveSubExpr()
|
| HD | Lexer.cpp | 880 Range.setEnd(End); in makeFileCharRange() 892 Range.setEnd(MacroEnd); in makeFileCharRange() 912 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | SourceLocation.h | 204 void setEnd(SourceLocation e) { E = e; } in setEnd() function 258 void setEnd(SourceLocation e) { Range.setEnd(e); } in setEnd() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | DeclSpec.cpp | 62 Range.setEnd(ColonColonLoc); in Extend() 75 Range.setEnd(ColonColonLoc); in Extend() 88 Range.setEnd(ColonColonLoc); in Extend() 101 Range.setEnd(ColonColonLoc); in Extend() 123 Range.setEnd(ColonColonLoc); in MakeSuper()
|
| HD | SemaDeclCXX.cpp | 6905 R.setEnd(Before.getEnd()); in extendLeft() 6913 R.setEnd(After.getEnd()); in extendRight()
|
| HD | SemaOpenMP.cpp | 5897 ReductionIdRange.setEnd(ReductionId.getEndLoc()); in ActOnOpenMPReductionClause()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | DeclSpec.h | 76 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() 208 Range.setEnd(R.getEnd()); in SetInvalid() 597 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd() 1721 Range.setEnd(Loc); in SetRangeEnd() 1731 Range.setEnd(SR.getEnd()); in ExtendWithDeclSpec()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| HD | PathDiagnostic.h | 320 void setEnd(const PathDiagnosticLocation &L) { End = L; } in setEnd() function 657 LPairs[0].setEnd(L); in setEndLocation()
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfUnit.h | 44 void setEnd(const MCSymbol *E) { End = E; } in setEnd() function
|
| HD | DwarfCompileUnit.cpp | 228 CURanges.back().setEnd(Range.getEnd()); in addRange()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDeclCXX.cpp | 3311 SpecificationRange.setEnd(ConsumeParen()); // '(' in tryParseExceptionSpecification() 3316 SpecificationRange.setEnd(Tok.getLocation()); in tryParseExceptionSpecification() 3412 SpecificationRange.setEnd(SpecificationRange.getBegin()); in ParseDynamicExceptionSpecification() 3423 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification() 3438 Range.setEnd(Ellipsis); in ParseDynamicExceptionSpecification() 3453 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification()
|
| HD | ParseExprCXX.cpp | 60 Range.setEnd(ColonToken.getLocation()); in FixDigraph() 1012 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer()
|
| HD | ParseObjc.cpp | 693 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList() 811 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList()
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransRetainReleaseDealloc.cpp | 391 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ExprCXX.cpp | 190 this->Range.setEnd(DirectInitRange.getEnd()); break; in CXXNewExpr() 192 this->Range.setEnd(getInitializer()->getSourceRange().getEnd()); break; in CXXNewExpr() 195 this->Range.setEnd(TypeIdParens.getEnd()); in CXXNewExpr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 5584 range.setEnd(ReadSourceLocation(Record, Idx)); in VisitAttributedTypeLoc()
|