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.h277 SourceRange getLocalSourceRange() const;
294 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
300 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.cpp390 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange()
391 getLocalSourceRange().getEnd()); in getSourceRange()
394 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
DExprCXX.cpp232 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage()
280 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getLocEnd()
DDeclCXX.cpp1702 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
/external/clang/lib/Serialization/
DASTWriter.cpp5359 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5364 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5369 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5376 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()
5380 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()
5385 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
/external/clang/lib/Sema/
DSemaExprCXX.cpp5513 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildPseudoDestructorExpr()
5518 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5534 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5558 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(), in BuildPseudoDestructorExpr()
5561 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
DSemaDeclCXX.cpp3153 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildDelegatingInitializer()
3156 << TInfo->getTypeLoc().getLocalSourceRange(); in BuildDelegatingInitializer()
3211 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildBaseInitializer()
3215 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
3269 << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
3288 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
12145 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl()
DSemaExpr.cpp4498 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
10873 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()