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.h277 SourceRange getLocalSourceRange() const;
294 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
300 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.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.cpp1718 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
/external/clang/lib/Serialization/
DASTWriter.cpp5196 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5201 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5206 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5213 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()
5217 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()
5222 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
/external/clang/lib/Sema/
DSemaExprCXX.cpp5844 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildPseudoDestructorExpr()
5849 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5865 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5889 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(), in BuildPseudoDestructorExpr()
5892 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
DSemaDeclCXX.cpp3136 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildDelegatingInitializer()
3139 << TInfo->getTypeLoc().getLocalSourceRange(); in BuildDelegatingInitializer()
3194 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildBaseInitializer()
3198 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
3252 << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
3271 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
12186 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl()
DSemaDeclObjC.cpp649 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
DSemaType.cpp799 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
DSemaExpr.cpp4660 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
11171 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()