Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTVector.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()
H A DComment.h478 Range.setEnd(L); in setAttrs()
480 Range.setEnd(Attr.getNameLocEnd()); in setAttrs()
486 Range.setEnd(GreaterLoc); in setGreaterLoc()
H A DTypeLoc.h569 BuiltinRange.setEnd(std::max(Range.getEnd(), BuiltinRange.getEnd())); in expandBuiltinRange()
1752 range.setEnd(getAttrOperandParensRange().getEnd()); in getLocalSourceRange()
1900 range.setEnd(getAttrOperandParensRange().getEnd()); in getLocalSourceRange()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp63 void setEnd(MachineBasicBlock::iterator &MI) { in setEnd() function in __anond2face1f0111::MOVEMState
216 State.setEnd(MI); in ProcessMI()
256 State.setEnd(MI); in runOnMachineFunction()
290 State.setEnd(MI); in runOnMachineFunction()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPExpressions.cpp65 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } in setRange()
67 Range.setBegin(B); Range.setEnd(E); in setRange()
70 void setEnd(SourceLocation L) { Range.setEnd(L); } in setEnd() function in __anond84fce450111::PPValue
148 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
159 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
162 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
838 RHS.setEnd(AfterColonVal.getRange().getEnd()); in EvaluateDirectiveSubExpr()
862 LHS.setEnd(RHS.getRange().getEnd()); in EvaluateDirectiveSubExpr()
/llvm-project-15.0.7/clang/lib/Format/
H A DSortJavaScriptImports.cpp160 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze()
388 References.back().Range.setEnd(Current->Tok.getEndLoc()); in parseModuleReferences()
419 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences()
556 Symbol.Range.setEnd(Current->Tok.getLocation()); in parseNamedBindings()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceLocation.h223 void setEnd(SourceLocation e) { E = e; }
288 void setEnd(SourceLocation e) { Range.setEnd(e); }
/llvm-project-15.0.7/clang/lib/Sema/
H A DParsedAttr.cpp314 Result.Range.setEnd(Second.Range.getEnd()); in takeAndConcatenateAttrs()
316 Result.Range.setEnd(First.Range.getEnd()); in takeAndConcatenateAttrs()
H A DDeclSpec.cpp58 Range.setEnd(ColonColonLoc); in Extend()
71 Range.setEnd(ColonColonLoc); in Extend()
84 Range.setEnd(ColonColonLoc); in Extend()
97 Range.setEnd(ColonColonLoc); in Extend()
119 Range.setEnd(ColonColonLoc); in MakeSuper()
302 Range.setEnd(RSquareLoc); in setDecompositionBindings()
707 TSWRange.setEnd(Loc); in SetTypeSpecWidth()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DQualifiedAutoCheck.cpp84 TypeSpecifier.setEnd(ConstToken.getEndLoc()); in mergeReplacementRange()
194 TypeSpecifier.setEnd(TypeSpecifier.getEnd().getLocWithOffset(1)); in check()
H A DRedundantSmartptrGetCheck.cpp162 SR.setEnd(Lexer::getLocForEndOfToken(SR.getEnd(), 0, *Result.SourceManager, in check()
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp106 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientAlgorithmCheck.cpp131 CallRange.setEnd(SM.getSpellingLoc(CallRange.getEnd())); in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseTrailingReturnTypeCheck.cpp301 ReturnTypeRange.setEnd(expandIfMacroId(ReturnTypeRange.getEnd(), SM)); in findReturnTypeAndCVSourceRange()
320 ReturnTypeRange.setEnd(Tokens[J].T.getLocation()); in findReturnTypeAndCVSourceRange()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h103 void setEnd(const IndexType &E) { second = E; } in setEnd() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h72 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc()
204 Range.setEnd(R.getEnd()); in SetInvalid()
640 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd()
1989 Range.setEnd(Loc); in SetRangeEnd()
1999 Range.setEnd(SR.getEnd()); in ExtendWithDeclSpec()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp853 setEnd(); in searchFromStartOfCurrentIndex()
865 setEnd(); in next()
885 setEnd(); in ValueIterator()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h386 void setEnd(const PathDiagnosticLocation &L) { End = L; } in setEnd() function
668 LPairs[0].setEnd(L); in setEndLocation()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp270 SR.setEnd(EndFileRange->getEnd()); in findZoneRange()
714 ExtZone.ZoneRange.setEnd(FuncBodyRange.getEnd().getLocWithOffset(1)); in getSemicolonPolicy()
H A DAddUsing.cpp287 NameRange.setEnd(T.getLAngleLoc().getLocWithOffset(-1)); in prepare()
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp338 Range.setEnd( in getAssociatedRange()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DInstruction.h426 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h506 void setEnd() { *this = ValueIterator(); } in setEnd() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp220 this->Range.setEnd(DirectInitRange.getEnd()); in CXXNewExpr()
223 this->Range.setEnd(getInitializer()->getSourceRange().getEnd()); in CXXNewExpr()
227 this->Range.setEnd(TypeIdParens.getEnd()); in CXXNewExpr()

12