/external/clang/include/clang/AST/ |
D | TypeLoc.h | 134 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 …]
|
D | NestedNameSpecifier.h | 278 SourceRange getLocalSourceRange() const; 295 return getLocalSourceRange().getBegin(); in getLocalBeginLoc() 301 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeLoc.h | 158 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function 279 SourceRange getLocalSourceRange() const { return {}; } in getLocalSourceRange() function 531 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function 598 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function 824 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function 884 SourceRange getLocalSourceRange() const; 1006 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function 1057 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function 1103 SourceRange getLocalSourceRange() const { in getLocalSourceRange() function 1104 return getInnerLoc().getLocalSourceRange(); in getLocalSourceRange() [all …]
|
D | NestedNameSpecifier.h | 295 SourceRange getLocalSourceRange() const; 312 return getLocalSourceRange().getBegin(); in getLocalBeginLoc() 318 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 34 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
|
D | NestedNameSpecifier.cpp | 404 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange() 405 getLocalSourceRange().getEnd()); in getSourceRange() 408 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
|
D | ExprCXX.cpp | 159 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage() 207 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getLocEnd()
|
D | DeclCXX.cpp | 1792 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
|
/external/llvm-project/clang/lib/AST/ |
D | TypeLoc.cpp | 46 return TyLoc.getLocalSourceRange(); \ 216 if (Cur.getLocalSourceRange().getBegin().isValid()) in getBeginLoc() 225 return LeftMost.getLocalSourceRange().getBegin(); in getBeginLoc() 236 return Last.getLocalSourceRange().getEnd(); in getEndLoc() 307 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in TypeOfExprTypeLoc 485 SourceRange AttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in AttributedTypeLoc
|
D | NestedNameSpecifier.cpp | 416 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange() 417 getLocalSourceRange().getEnd()); in getSourceRange() 420 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
|
D | ExprCXX.cpp | 316 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage() 343 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getEndLoc()
|
D | DeclCXX.cpp | 2547 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
|
/external/llvm-project/clang/lib/Tooling/Syntax/ |
D | BuildTree.cpp | 152 return T.getLocalSourceRange().getBegin(); in HandlePointer() 897 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) { in getLocalSourceRange() function in __anond1b8a9b20511::BuildTreeVisitor 898 auto SR = NNSLoc.getLocalSourceRange(); in getLocalSourceRange() 949 Builder.getRange(getLocalSourceRange(NNSLoc)).drop_back(); in buildNameSpecifier() 1378 auto SR = L.getLocalSourceRange(); in WalkUpFromMemberPointerTypeLoc()
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | RenamerClangTidyCheck.cpp | 346 addUsage(Decl, Loc->getLocalSourceRange(), Result.SourceManager); in check()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5233 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/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5607 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc() 5612 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc() 5617 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc() 5625 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc() 5629 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc() 5634 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 6120 = 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()
|
D | SemaDeclCXX.cpp | 3139 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()
|
D | SemaDeclObjC.cpp | 648 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
|
D | SemaType.cpp | 853 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
|
D | SemaExpr.cpp | 4908 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam() 11704 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 7356 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildPseudoDestructorExpr() 7381 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr() 7398 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr() 7422 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(), in BuildPseudoDestructorExpr() 7425 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
|
D | SemaDeclCXX.cpp | 4385 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildDelegatingInitializer() 4388 << TInfo->getTypeLoc().getLocalSourceRange(); in BuildDelegatingInitializer() 4444 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildBaseInitializer() 4448 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer() 4502 << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer() 4521 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer() 16118 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl()
|
D | SemaTemplateDeduction.cpp | 4709 Converted, TypeLoc.getLocalSourceRange(), in CheckDeducedPlaceholderConstraints() 4726 << Deduced << Buf << TypeLoc.getLocalSourceRange(); in CheckDeducedPlaceholderConstraints()
|
D | SemaDeclObjC.cpp | 724 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
|