Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h160 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
292 SourceRange getLocalSourceRange() const { return {}; } in getLocalSourceRange() function
545 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
611 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
847 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
911 SourceRange getLocalSourceRange() const;
938 SourceRange getLocalSourceRange() const;
966 SourceRange getLocalSourceRange() const { return getLocalData()->Range; } in getLocalSourceRange() function
987 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1106 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
[all …]
H A DNestedNameSpecifier.h296 SourceRange getLocalSourceRange() const;
307 return First.getLocalSourceRange().getBegin(); in getBeginLoc()
312 SourceLocation getEndLoc() const { return getLocalSourceRange().getEnd(); } in getEndLoc()
317 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
323 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp48 return TyLoc.getLocalSourceRange(); \
199 if (Cur.getLocalSourceRange().getBegin().isValid()) { in getBeginLoc()
224 if (Cur.getLocalSourceRange().getBegin().isValid()) in getBeginLoc()
233 return LeftMost.getLocalSourceRange().getBegin(); in getBeginLoc()
244 return Last.getLocalSourceRange().getEnd(); in getEndLoc()
324 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in TypeOfExprTypeLoc
512 SourceRange AttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in AttributedTypeLoc
525 SourceRange CountAttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in CountAttributedTypeLoc
529 SourceRange BTFTagAttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in BTFTagAttributedTypeLoc
H A DNestedNameSpecifier.cpp410 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp147 return T.getLocalSourceRange().getBegin(); in HandlePointer()
927 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) { in getLocalSourceRange() function in __anon6fdbff5b0511::BuildTreeVisitor
928 auto SR = NNSLoc.getLocalSourceRange(); in getLocalSourceRange()
977 Builder.getRange(getLocalSourceRange(NNSLoc)).drop_back(); in buildNameSpecifier()
1406 auto SR = L.getLocalSourceRange(); in WalkUpFromMemberPointerTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7068 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
7073 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
7078 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
7084 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
7088 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
7093 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp557 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
H A DSemaTemplateDeduction.cpp5136 TypeLoc.getLocalSourceRange(), Satisfaction)) in CheckDeducedPlaceholderConstraints()
5150 << Deduced << Buf << TypeLoc.getLocalSourceRange(); in CheckDeducedPlaceholderConstraints()
H A DSemaDeclObjC.cpp722 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
H A DSemaExpr.cpp6138 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
16080 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()
H A DTreeTransform.h6723 TL.getLocalSourceRange().getBegin(), T->getFoundDecl())); in TransformUsingType()
H A DSemaDeclCXX.cpp4797 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
H A DSemaDecl.cpp6300 << SpecLoc.getLocalSourceRange(); in diagnoseQualifiedDeclaration()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10966 …ypeOfExprTypeLoc19getLocalSourceRangeEv", "clang::TypeOfExprTypeLoc::getLocalSourceRange() const"},