Home
last modified time | relevance | path

Searched refs:getLocalSourceRange (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h159 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
291 SourceRange getLocalSourceRange() const { return {}; } in getLocalSourceRange() function
544 SourceRange getLocalSourceRange() const { in getLocalSourceRange()
610 SourceRange getLocalSourceRange() const { in getLocalSourceRange()
846 SourceRange getLocalSourceRange() const { in getLocalSourceRange()
910 SourceRange getLocalSourceRange() const;
937 SourceRange getLocalSourceRange() const;
965 SourceRange getLocalSourceRange() const { return getLocalData()->Range; }
1086 SourceRange getLocalSourceRange() const {
1137 SourceRange getLocalSourceRange() cons
543 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
609 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
845 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1054 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1105 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1177 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1207 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1250 SourceRange getLocalSourceRange() const { return {}; } getLocalSourceRange() function
1286 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1359 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1513 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1595 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1720 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1798 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1843 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1866 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1894 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
1946 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
2025 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
2089 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
2122 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
2156 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
2274 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
2348 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
2427 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
2537 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
2586 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
2614 SourceRange getLocalSourceRange() const { getLocalSourceRange() function
2671 SourceRange getLocalSourceRange() const { return SourceRange(getKWLoc()); } getLocalSourceRange() function
[all...]
H A DNestedNameSpecifier.h295 SourceRange getLocalSourceRange() const;
312 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
318 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp47 return TyLoc.getLocalSourceRange(); \
198 if (Cur.getLocalSourceRange().getBegin().isValid()) { in getBeginLoc()
223 if (Cur.getLocalSourceRange().getBegin().isValid()) in getBeginLoc()
232 return LeftMost.getLocalSourceRange().getBegin(); in getBeginLoc()
243 return Last.getLocalSourceRange().getEnd(); in getEndLoc()
323 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in TypeOfExprTypeLoc
511 SourceRange AttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange()
524 SourceRange CountAttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange()
528 SourceRange BTFTagAttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange()
509 SourceRange AttributedTypeLoc::getLocalSourceRange() const { getLocalSourceRange() function in AttributedTypeLoc
522 SourceRange CountAttributedTypeLoc::getLocalSourceRange() const { getLocalSourceRange() function in CountAttributedTypeLoc
526 SourceRange BTFTagAttributedTypeLoc::getLocalSourceRange() const { getLocalSourceRange() function in BTFTagAttributedTypeLoc
H A DNestedNameSpecifier.cpp416 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange()
417 getLocalSourceRange().getEnd()); in getSourceRange()
420 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getSourceRange()
422 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { getLocalSourceRange() function in NestedNameSpecifierLoc
/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp153 return T.getLocalSourceRange().getBegin(); in HandlePointer()
933 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) { in getLocalSourceRange() function in __anonfe6d26ee0511::BuildTreeVisitor
934 auto SR = NNSLoc.getLocalSourceRange(); in getLocalSourceRange()
985 Builder.getRange(getLocalSourceRange(NNSLoc)).drop_back(); in buildNameSpecifier()
1414 auto SR = L.getLocalSourceRange(); in WalkUpFromMemberPointerTypeLoc()
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp286 Check->addUsage(Decl, Loc.getLocalSourceRange(), SM); in TraverseNestedNameSpecifierLoc()
/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.cpp884 L.getLocalSourceRange().getBegin(), in refInTypeLoc()
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7021 AddSourceRange(NNS.getLocalSourceRange()); in AddedAttributeToRecord()
7026 AddSourceRange(NNS.getLocalSourceRange()); in AddedAttributeToRecord()
7031 AddSourceRange(NNS.getLocalSourceRange()); in AddedCXXTemplateSpecialization()
7039 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddedCXXTemplateSpecialization()
7043 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddedCXXTemplateSpecialization()
7048 AddSourceRange(NNS.getLocalSourceRange()); in AddedCXXTemplateSpecialization()
/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp562 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
H A DSemaTemplateDeduction.cpp5225 MLTAL, TypeLoc.getLocalSourceRange(), in DeduceAutoType()
5240 << Deduced << Buf << TypeLoc.getLocalSourceRange();
H A DSemaDeclObjC.cpp721 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
H A DSemaExpr.cpp6084 << ATL.getLocalSourceRange(); in isPlaceholderToRemoveAsArg()
15959 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in ActOnBlockArguments()
H A DSemaDeclCXX.cpp4773 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in CastForMoving()
H A DTreeTransform.h6660 TL.getLocalSourceRange().getBegin(), T->getFoundDecl())); in TransformPackIndexingType()
H A DSemaDecl.cpp6240 << SpecLoc.getLocalSourceRange(); in HandleDeclarator()