Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h134 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
234 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
466 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
521 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
769 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
867 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
916 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
956 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1000 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1037 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
[all …]
DNestedNameSpecifier.h264 SourceRange getLocalSourceRange() const;
281 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
287 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/external/clang/lib/AST/
DTypeLoc.cpp32 return TyLoc.getLocalSourceRange(); \
153 if (!Cur.getLocalSourceRange().getBegin().isInvalid()) in getBeginLoc()
162 return LeftMost.getLocalSourceRange().getBegin(); in getBeginLoc()
173 return Last.getLocalSourceRange().getEnd(); in getEndLoc()
238 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in TypeOfExprTypeLoc
DNestedNameSpecifier.cpp356 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange()
357 getLocalSourceRange().getEnd()); in getSourceRange()
360 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
DExprCXX.cpp234 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage()
285 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getLocEnd()
DDeclCXX.cpp1671 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
/external/clang/lib/Sema/
DSemaExprCXX.cpp5378 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildPseudoDestructorExpr()
5383 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5399 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5423 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(), in BuildPseudoDestructorExpr()
5426 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
DSemaDeclCXX.cpp2852 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildDelegatingInitializer()
2855 << TInfo->getTypeLoc().getLocalSourceRange(); in BuildDelegatingInitializer()
2910 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildBaseInitializer()
2914 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
2968 << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
2987 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
11542 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl()
DSemaExpr.cpp4351 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
10187 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()
/external/clang/lib/Serialization/
DASTWriter.cpp5079 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5084 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5089 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5096 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()
5100 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()