Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h159 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
537 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
603 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
839 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
899 SourceRange getLocalSourceRange() const;
926 SourceRange getLocalSourceRange() const;
1044 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1095 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1141 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1171 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
[all …]
H A DNestedNameSpecifier.h295 SourceRange getLocalSourceRange() const;
312 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
318 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/freebsd-14.2/contrib/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
506 SourceRange AttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in AttributedTypeLoc
519 SourceRange BTFTagAttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in BTFTagAttributedTypeLoc
H A DNestedNameSpecifier.cpp418 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange()
419 getLocalSourceRange().getEnd()); in getSourceRange()
422 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp153 return T.getLocalSourceRange().getBegin(); in HandlePointer()
932 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) { in getLocalSourceRange() function in __anon0c11f6d10511::BuildTreeVisitor
933 auto SR = NNSLoc.getLocalSourceRange(); in getLocalSourceRange()
984 Builder.getRange(getLocalSourceRange(NNSLoc)).drop_back(); in buildNameSpecifier()
1413 auto SR = L.getLocalSourceRange(); in WalkUpFromMemberPointerTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5856 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5861 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5866 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5874 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
5878 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
5883 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4876 MLTAL, TypeLoc.getLocalSourceRange(), in CheckDeducedPlaceholderConstraints()
4892 << Deduced << Buf << TypeLoc.getLocalSourceRange(); in CheckDeducedPlaceholderConstraints()
H A DSemaDeclObjC.cpp724 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
H A DSemaType.cpp905 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
H A DSemaExpr.cpp6780 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
16720 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()
H A DTreeTransform.h6348 TL.getLocalSourceRange().getBegin(), T->getFoundDecl())); in TransformUsingType()
H A DSemaDeclCXX.cpp4851 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()