/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A 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 …]
|
H A D | NestedNameSpecifier.h | 295 SourceRange getLocalSourceRange() const; 312 return getLocalSourceRange().getBegin(); in getLocalBeginLoc() 318 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A 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 487 SourceRange AttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in AttributedTypeLoc
|
H A D | NestedNameSpecifier.cpp | 417 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange() 418 getLocalSourceRange().getEnd()); in getSourceRange() 421 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
|
H A D | ExprCXX.cpp | 316 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage() 343 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getEndLoc()
|
H A D | DeclCXX.cpp | 2566 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 152 return T.getLocalSourceRange().getBegin(); in HandlePointer() 927 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) { in getLocalSourceRange() function in __anonb546bc060511::BuildTreeVisitor 928 auto SR = NNSLoc.getLocalSourceRange(); in getLocalSourceRange() 979 Builder.getRange(getLocalSourceRange(NNSLoc)).drop_back(); in buildNameSpecifier() 1408 auto SR = L.getLocalSourceRange(); in WalkUpFromMemberPointerTypeLoc()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 5384 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc() 5389 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc() 5394 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc() 5402 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc() 5406 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc() 5411 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 7430 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildPseudoDestructorExpr() 7455 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr() 7472 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr() 7496 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(), in BuildPseudoDestructorExpr() 7499 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
|
H A D | SemaDeclCXX.cpp | 4406 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildDelegatingInitializer() 4409 << TInfo->getTypeLoc().getLocalSourceRange(); in BuildDelegatingInitializer() 4465 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildBaseInitializer() 4469 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer() 4523 << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer() 4542 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer() 16192 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl()
|
H A D | SemaTemplateDeduction.cpp | 4700 Converted, TypeLoc.getLocalSourceRange(), in CheckDeducedPlaceholderConstraints() 4716 << Deduced << Buf << TypeLoc.getLocalSourceRange(); in CheckDeducedPlaceholderConstraints()
|
H A D | SemaDeclObjC.cpp | 724 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
|
H A D | SemaType.cpp | 894 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
|
H A D | SemaExpr.cpp | 6005 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam() 15058 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()
|