| /llvm-project-15.0.7/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 329 Range.setBegin(T->getBeginLoc()); in getAssociatedRange() 333 Range.setBegin(T->getBeginLoc()); in getAssociatedRange() 362 Range.setBegin(Comment->getBeginLoc()); in getAssociatedRange() 369 Range.setBegin(Attr->getLocation()); in getAssociatedRange() 388 Range.setBegin(Range.getBegin().getLocWithOffset(static_cast<int>( in getAssociatedRange()
|
| /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() 69 void setBegin(SourceLocation L) { Range.setBegin(L); } in setBegin() function in __anond84fce450111::PPValue 105 Result.setBegin(beginLoc); in EvaluateDefined() 473 Result.setBegin(Start); in EvaluateValue() 481 Result.setBegin(Loc); in EvaluateValue() 502 Result.setBegin(Start); in EvaluateValue() 515 Result.setBegin(Start); in EvaluateValue()
|
| H A D | Lexer.cpp | 906 Range.setBegin(Begin); in makeFileCharRange() 929 Range.setBegin(MacroBegin); in makeFileCharRange() 952 Range.setBegin(SM.getImmediateSpellingLoc(Begin)); in makeFileCharRange()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 222 void setBegin(SourceLocation b) { B = b; } 287 void setBegin(SourceLocation b) { Range.setBegin(b); }
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 58 void setBegin(MachineBasicBlock::iterator &MI) { in setBegin() function in __anond2face1f0111::MOVEMState 224 State.setBegin(MI); in ProcessMI()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 310 Result.Range.setBegin(First.Range.getBegin()); in takeAndConcatenateAttrs() 312 Result.Range.setBegin(Second.Range.getBegin()); in takeAndConcatenateAttrs()
|
| H A D | DeclSpec.cpp | 57 Range.setBegin(TL.getBeginLoc()); in Extend() 70 Range.setBegin(IdentifierLoc); in Extend() 83 Range.setBegin(NamespaceLoc); in Extend() 96 Range.setBegin(AliasLoc); in Extend() 118 Range.setBegin(SuperLoc); in MakeSuper() 700 TSWRange.setBegin(Loc); in SetTypeSpecWidth()
|
| H A D | SemaCXXScopeSpec.cpp | 968 R.setBegin(SS.getRange().getBegin()); in ActOnCXXNestedNameSpecifier()
|
| H A D | SemaTemplateVariadic.cpp | 579 R.setBegin(Arg.getScopeSpec().getBeginLoc()); in ActOnPackExpansion()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseUsingCheck.cpp | 115 ReplaceRange.setBegin(LastReplacementEnd); in check()
|
| H A D | UseTrailingReturnTypeCheck.cpp | 300 ReturnTypeRange.setBegin(expandIfMacroId(ReturnTypeRange.getBegin(), SM)); in findReturnTypeAndCVSourceRange() 313 ReturnTypeRange.setBegin(Tokens[J].T.getLocation()); in findReturnTypeAndCVSourceRange()
|
| H A D | MacroToEnumCheck.cpp | 497 DefineRange.setBegin(DefineBegin); in fixEnumMacro()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | InefficientAlgorithmCheck.cpp | 130 CallRange.setBegin(SM.getSpellingLoc(CallRange.getBegin())); in check()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | DefineOutline.cpp | 209 DelRange.setBegin(Tok->location()); in getFunctionSourceCode() 341 DeletionRange.setBegin(Tok->location()); in getDeletionRange()
|
| H A D | ExtractFunction.cpp | 265 SR.setBegin(BeginFileRange->getBegin()); in findZoneRange()
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | SortJavaScriptImports.cpp | 409 Reference.Range.setBegin(Start); in parseModuleReferences() 545 Symbol.Range.setBegin( in parseNamedBindings()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | UppercaseLiteralSuffixCheck.cpp | 167 Range->setBegin(Range->getBegin().getLocWithOffset(Skip)); in shouldReplaceLiteralSuffix()
|
| H A D | QualifiedAutoCheck.cpp | 80 TypeSpecifier.setBegin(ConstToken.getLocation()); in mergeReplacementRange()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 71 void setBeginLoc(SourceLocation Loc) { Range.setBegin(Loc); } in setBeginLoc() 203 Range.setBegin(R.getBegin()); in SetInvalid() 639 void SetRangeStart(SourceLocation Loc) { Range.setBegin(Loc); } in SetRangeStart() 1984 Range.setBegin(Loc); in SetRangeBegin() 1997 Range.setBegin(SR.getBegin()); in ExtendWithDeclSpec()
|
| H A D | TypoCorrection.h | 223 CorrectionRange.setBegin(SS->getBeginLoc()); in setCorrectionRange()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransRetainReleaseDealloc.cpp | 383 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin())); in checkForGCDOrXPC()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | RenamerClangTidyCheck.cpp | 298 Range.setBegin(CharSourceRange::getTokenRange(Range).getEnd()); in check()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-move/ |
| H A D | Move.cpp | 322 Full.setBegin(Comment->getBeginLoc()); in getFullRange()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 703 Range.setBegin(SM.getExpansionLoc(Range.getBegin())); in MacroExpands()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1665 R.setBegin(ExternLoc); in getSourceRange()
|