Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h134 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
249 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
499 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
554 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
806 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
945 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
998 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1038 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1082 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1119 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
[all …]
DNestedNameSpecifier.h278 SourceRange getLocalSourceRange() const;
295 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
301 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/external/clang/lib/AST/
DTypeLoc.cpp34 return TyLoc.getLocalSourceRange(); \
195 if (Cur.getLocalSourceRange().getBegin().isValid()) 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
DNestedNameSpecifier.cpp404 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange()
405 getLocalSourceRange().getEnd()); in getSourceRange()
408 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
DExprCXX.cpp159 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage()
207 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getLocEnd()
DDeclCXX.cpp1792 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
/external/clang/lib/Serialization/
DASTWriter.cpp5233 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5238 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5243 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5250 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
5254 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
5259 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
/external/clang/lib/Sema/
DSemaExprCXX.cpp6120 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildPseudoDestructorExpr()
6125 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
6141 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
6165 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(), in BuildPseudoDestructorExpr()
6168 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
DSemaDeclCXX.cpp3139 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildDelegatingInitializer()
3142 << TInfo->getTypeLoc().getLocalSourceRange(); in BuildDelegatingInitializer()
3197 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildBaseInitializer()
3201 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
3255 << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
3274 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
12427 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl()
DSemaDeclObjC.cpp648 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
DSemaType.cpp853 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
DSemaExpr.cpp4908 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
11704 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()