Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/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
1002 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
1034 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function
[all …]
DNestedNameSpecifier.h263 SourceRange getLocalSourceRange() const;
280 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
286 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/freebsd-9-stable/contrib/llvm/tools/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.cpp354 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange()
355 getLocalSourceRange().getEnd()); in getSourceRange()
358 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
DExprCXX.cpp235 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage()
286 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getLocEnd()
DDeclCXX.cpp1660 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp5405 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildPseudoDestructorExpr()
5410 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5426 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
5450 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(), in BuildPseudoDestructorExpr()
5453 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
DSemaDeclCXX.cpp2772 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildDelegatingInitializer()
2775 << TInfo->getTypeLoc().getLocalSourceRange(); in BuildDelegatingInitializer()
2830 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildBaseInitializer()
2834 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
2888 << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
2907 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
11260 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl()
DSemaExpr.cpp4275 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
9943 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp4821 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
4826 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
4831 AddSourceRange(NNS.getLocalSourceRange(), Record); in AddNestedNameSpecifierLoc()
4838 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()
4842 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record); in AddNestedNameSpecifierLoc()