Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h158 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 DNestedNameSpecifier.h295 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 DTypeLoc.cpp46 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 DNestedNameSpecifier.cpp417 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange()
418 getLocalSourceRange().getEnd()); in getSourceRange()
421 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
H A DExprCXX.cpp316 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage()
343 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getEndLoc()
H A DDeclCXX.cpp2566 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp152 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 DASTWriter.cpp5384 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 DSemaExprCXX.cpp7430 = 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 DSemaDeclCXX.cpp4406 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 DSemaTemplateDeduction.cpp4700 Converted, TypeLoc.getLocalSourceRange(), in CheckDeducedPlaceholderConstraints()
4716 << Deduced << Buf << TypeLoc.getLocalSourceRange(); in CheckDeducedPlaceholderConstraints()
H A DSemaDeclObjC.cpp724 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
H A DSemaType.cpp894 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
H A DSemaExpr.cpp6005 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
15058 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()