Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTVector.h42 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()
HDComment.h488 Range.setEnd(L); in setAttrs()
490 Range.setEnd(Attr.getNameLocEnd()); in setAttrs()
496 Range.setEnd(GreaterLoc); in setGreaterLoc()
HDTypeLoc.h569 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/
HDPPExpressions.cpp63 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()
HDLexer.cpp899 Range.setEnd(End); in makeFileCharRange()
911 Range.setEnd(MacroEnd); in makeFileCharRange()
931 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()
HDPPDirectives.cpp92 Res.setEnd(Tmp.getLocation()); in DiscardUntilEndOfDirective()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSourceLocation.h220 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/
HDSortJavaScriptImports.cpp171 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/
HDDeclSpec.cpp51 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()
HDSemaDeclCXX.cpp10083 R.setEnd(Before.getEnd()); in extendLeft()
10091 R.setEnd(After.getEnd()); in extendRight()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
HDSourceExtraction.cpp106 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonBlockRanges.h100 void setEnd(const IndexType &E) { second = E; } in setEnd() function
HDHexagonBlockRanges.cpp65 setEnd(AE); in merge()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h71 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/
HDDWARFAcceleratorTable.cpp839 setEnd(); in searchFromStartOfCurrentIndex()
851 setEnd(); in next()
870 setEnd(); in ValueIterator()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDPathDiagnostic.h348 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/
HDTransRetainReleaseDealloc.cpp385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
HDInstruction.h327 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAcceleratorTable.h493 void setEnd() { *this = ValueIterator(); } in setEnd() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp3640 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()
HDParseObjc.cpp679 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList()
790 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList()
HDParseExprCXX.cpp61 Range.setEnd(ColonToken.getLocation()); in FixDigraph()
1138 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer()
HDParsePragma.cpp1387 FixItRange.setEnd(PRef.getCurToken().getLocation()); in createExpectedAttributeSubjectRulesTokenDiagnostic()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprCXX.cpp237 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/
HDSourceManager.cpp1022 Res.setEnd(EndRange.getEnd()); in getExpansionRange()

12