Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h158 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
279 SourceRange getLocalSourceRange() const { return {}; } in getLocalSourceRange() function
531 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
597 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
833 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
893 SourceRange getLocalSourceRange() const;
920 SourceRange getLocalSourceRange() const;
1038 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1089 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1135 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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp46 return TyLoc.getLocalSourceRange(); \
197 if (Cur.getLocalSourceRange().getBegin().isValid()) { in getBeginLoc()
222 if (Cur.getLocalSourceRange().getBegin().isValid()) in getBeginLoc()
231 return LeftMost.getLocalSourceRange().getBegin(); in getBeginLoc()
242 return Last.getLocalSourceRange().getEnd(); in getEndLoc()
322 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in TypeOfExprTypeLoc
503 SourceRange AttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in AttributedTypeLoc
516 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
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp153 return T.getLocalSourceRange().getBegin(); in HandlePointer()
932 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) { in getLocalSourceRange() function in __anon5b12a8520511::BuildTreeVisitor
933 auto SR = NNSLoc.getLocalSourceRange(); in getLocalSourceRange()
984 Builder.getRange(getLocalSourceRange(NNSLoc)).drop_back(); in buildNameSpecifier()
1413 auto SR = L.getLocalSourceRange(); in WalkUpFromMemberPointerTypeLoc()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp5752 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5757 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5762 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5770 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
5774 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
5779 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4659 MLTAL, TypeLoc.getLocalSourceRange(), in CheckDeducedPlaceholderConstraints()
4675 << Deduced << Buf << TypeLoc.getLocalSourceRange(); in CheckDeducedPlaceholderConstraints()
H A DSemaDeclObjC.cpp724 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
H A DSemaType.cpp888 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
H A DSemaExpr.cpp6476 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
16215 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()
H A DTreeTransform.h6244 TL.getLocalSourceRange().getBegin(), T->getFoundDecl())); in TransformUsingType()
H A DSemaDeclCXX.cpp4659 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()