Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h157 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
525 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
592 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
822 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
882 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1015 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1066 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1109 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1188 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1261 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
[all …]
H A DNestedNameSpecifier.h289 SourceRange getLocalSourceRange() const;
306 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
312 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp45 return TyLoc.getLocalSourceRange(); \
215 if (Cur.getLocalSourceRange().getBegin().isValid()) in getBeginLoc()
224 return LeftMost.getLocalSourceRange().getBegin(); in getBeginLoc()
235 return Last.getLocalSourceRange().getEnd(); in getEndLoc()
300 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in TypeOfExprTypeLoc
H A DNestedNameSpecifier.cpp430 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange()
431 getLocalSourceRange().getEnd()); in getSourceRange()
434 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
H A DExprCXX.cpp252 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage()
300 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getEndLoc()
H A DDeclCXX.cpp2281 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5774 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5779 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5784 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5792 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
5796 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
5801 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp6899 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildPseudoDestructorExpr()
6924 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
6941 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
6965 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(), in BuildPseudoDestructorExpr()
6968 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
H A DSemaDeclCXX.cpp4068 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildDelegatingInitializer()
4071 << TInfo->getTypeLoc().getLocalSourceRange(); in BuildDelegatingInitializer()
4127 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildBaseInitializer()
4131 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
4185 << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
4204 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
13969 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl()
H A DSemaDeclObjC.cpp720 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
H A DSemaType.cpp859 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
H A DSemaExpr.cpp5092 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
13302 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()