Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h159 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
291 SourceRange getLocalSourceRange() const { return {}; } in getLocalSourceRange() function
543 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
609 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
845 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
909 SourceRange getLocalSourceRange() const;
936 SourceRange getLocalSourceRange() const;
1054 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1105 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1146 SourceRange getLocalSourceRange() const;
[all …]
H A DNestedNameSpecifier.h295 SourceRange getLocalSourceRange() const;
312 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
318 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/freebsd/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
509 SourceRange AttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in AttributedTypeLoc
522 SourceRange CountAttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in CountAttributedTypeLoc
526 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/contrib/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 __anon6fdbff5b0511::BuildTreeVisitor
934 auto SR = NNSLoc.getLocalSourceRange(); in getLocalSourceRange()
985 Builder.getRange(getLocalSourceRange(NNSLoc)).drop_back(); in buildNameSpecifier()
1414 auto SR = L.getLocalSourceRange(); in WalkUpFromMemberPointerTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6415 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
6420 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
6425 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
6433 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
6437 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
6442 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp561 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
H A DSemaTemplateDeduction.cpp5021 MLTAL, TypeLoc.getLocalSourceRange(), in CheckDeducedPlaceholderConstraints()
5037 << Deduced << Buf << TypeLoc.getLocalSourceRange(); in CheckDeducedPlaceholderConstraints()
H A DSemaDeclObjC.cpp722 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
H A DSemaExpr.cpp6004 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
15714 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()
H A DSemaDeclCXX.cpp4705 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
H A DTreeTransform.h6496 TL.getLocalSourceRange().getBegin(), T->getFoundDecl())); in TransformUsingType()
H A DSemaDecl.cpp6185 << SpecLoc.getLocalSourceRange(); in diagnoseQualifiedDeclaration()