Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h134 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
241 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
491 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
546 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
794 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
933 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
986 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1026 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1070 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1107 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
[all …]
HDNestedNameSpecifier.h277 SourceRange getLocalSourceRange() const;
294 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
300 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTypeLoc.cpp34 return TyLoc.getLocalSourceRange(); \
195 if (!Cur.getLocalSourceRange().getBegin().isInvalid()) in getBeginLoc()
204 return LeftMost.getLocalSourceRange().getBegin(); in getBeginLoc()
215 return Last.getLocalSourceRange().getEnd(); in getEndLoc()
280 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in TypeOfExprTypeLoc
HDNestedNameSpecifier.cpp390 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange()
391 getLocalSourceRange().getEnd()); in getSourceRange()
394 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
HDExprCXX.cpp232 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage()
280 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getLocEnd()
HDDeclCXX.cpp1724 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp5207 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5212 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5217 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5224 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()
5228 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()
5233 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp5766 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildPseudoDestructorExpr()
5771 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5787 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5811 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(), in BuildPseudoDestructorExpr()
5814 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
HDSemaDeclCXX.cpp3124 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildDelegatingInitializer()
3127 << TInfo->getTypeLoc().getLocalSourceRange(); in BuildDelegatingInitializer()
3182 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildBaseInitializer()
3186 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
3240 << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
3259 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
12183 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl()
HDSemaExpr.cpp4536 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
10979 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()