| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | 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()
|
| H A D | Comment.h | 478 Range.setEnd(L); in setAttrs() 480 Range.setEnd(Attr.getNameLocEnd()); in setAttrs() 486 Range.setEnd(GreaterLoc); in setGreaterLoc()
|
| H A D | TypeLoc.h | 569 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 D | M68kCollapseMOVEMPass.cpp | 63 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 D | PPExpressions.cpp | 65 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 D | SortJavaScriptImports.cpp | 160 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 D | SourceLocation.h | 223 void setEnd(SourceLocation e) { E = e; } 288 void setEnd(SourceLocation e) { Range.setEnd(e); }
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 314 Result.Range.setEnd(Second.Range.getEnd()); in takeAndConcatenateAttrs() 316 Result.Range.setEnd(First.Range.getEnd()); in takeAndConcatenateAttrs()
|
| H A D | DeclSpec.cpp | 58 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 D | QualifiedAutoCheck.cpp | 84 TypeSpecifier.setEnd(ConstToken.getEndLoc()); in mergeReplacementRange() 194 TypeSpecifier.setEnd(TypeSpecifier.getEnd().getLocWithOffset(1)); in check()
|
| H A D | RedundantSmartptrGetCheck.cpp | 162 SR.setEnd(Lexer::getLocForEndOfToken(SR.getEnd(), 0, *Result.SourceManager, in check()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.cpp | 106 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | InefficientAlgorithmCheck.cpp | 131 CallRange.setEnd(SM.getSpellingLoc(CallRange.getEnd())); in check()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseTrailingReturnTypeCheck.cpp | 301 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 D | HexagonBlockRanges.h | 103 void setEnd(const IndexType &E) { second = E; } in setEnd() function
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 72 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 D | DWARFAcceleratorTable.cpp | 853 setEnd(); in searchFromStartOfCurrentIndex() 865 setEnd(); in next() 885 setEnd(); in ValueIterator()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 386 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 D | ExtractFunction.cpp | 270 SR.setEnd(EndFileRange->getEnd()); in findZoneRange() 714 ExtZone.ZoneRange.setEnd(FuncBodyRange.getEnd().getLocWithOffset(1)); in getSemicolonPolicy()
|
| H A D | AddUsing.cpp | 287 NameRange.setEnd(T.getLAngleLoc().getLocWithOffset(-1)); in prepare()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 338 Range.setEnd( in getAssociatedRange()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransRetainReleaseDealloc.cpp | 385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 426 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd() function
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 506 void setEnd() { *this = ValueIterator(); } in setEnd() function
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 220 this->Range.setEnd(DirectInitRange.getEnd()); in CXXNewExpr() 223 this->Range.setEnd(getInitializer()->getSourceRange().getEnd()); in CXXNewExpr() 227 this->Range.setEnd(TypeIdParens.getEnd()); in CXXNewExpr()
|