Home
last modified time | relevance | path

Searched refs:setEnd (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/ADT/
HDSmallVector.h95 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/
HDASTVector.h38 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()
HDComment.h492 Range.setEnd(L); in setAttrs()
494 Range.setEnd(Attr.getNameLocEnd()); in setAttrs()
500 Range.setEnd(GreaterLoc); in setGreaterLoc()
HDTypeLoc.h806 range.setEnd(getAttrOperandParensRange().getEnd()); in getLocalSourceRange()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPExpressions.cpp47 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()
HDLexer.cpp880 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/
HDSourceLocation.h204 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/
HDDeclSpec.cpp62 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()
HDSemaDeclCXX.cpp6905 R.setEnd(Before.getEnd()); in extendLeft()
6913 R.setEnd(After.getEnd()); in extendRight()
HDSemaOpenMP.cpp5897 ReductionIdRange.setEnd(ReductionId.getEndLoc()); in ActOnOpenMPReductionClause()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h76 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/
HDPathDiagnostic.h320 void setEnd(const PathDiagnosticLocation &L) { End = L; } in setEnd() function
657 LPairs[0].setEnd(L); in setEndLocation()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.h44 void setEnd(const MCSymbol *E) { End = E; } in setEnd() function
HDDwarfCompileUnit.cpp228 CURanges.back().setEnd(Range.getEnd()); in addRange()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp3311 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()
HDParseExprCXX.cpp60 Range.setEnd(ColonToken.getLocation()); in FixDigraph()
1012 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer()
HDParseObjc.cpp693 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList()
811 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransRetainReleaseDealloc.cpp391 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprCXX.cpp190 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/
HDASTReader.cpp5584 range.setEnd(ReadSourceLocation(Record, Idx)); in VisitAttributedTypeLoc()