Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A 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 …]
H A DNestedNameSpecifier.h277 SourceRange getLocalSourceRange() const;
294 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
300 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A 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
H A DNestedNameSpecifier.cpp390 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange()
391 getLocalSourceRange().getEnd()); in getSourceRange()
394 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
H A DExprCXX.cpp231 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage()
282 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getLocEnd()
H A DDeclCXX.cpp1703 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5370 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5375 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5380 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
5387 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()
5391 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()
5396 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5421 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildPseudoDestructorExpr()
5426 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5442 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5466 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(), in BuildPseudoDestructorExpr()
5469 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
H A DSemaDeclCXX.cpp3099 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildDelegatingInitializer()
3102 << TInfo->getTypeLoc().getLocalSourceRange(); in BuildDelegatingInitializer()
3157 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildBaseInitializer()
3161 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
3215 << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
3234 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
12035 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl()
H A DSemaExpr.cpp4448 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
10366 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()