Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.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 …]
HDNestedNameSpecifier.h288 SourceRange getLocalSourceRange() const;
305 return getLocalSourceRange().getBegin(); in getLocalBeginLoc()
311 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTypeLoc.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
478 SourceRange AttributedTypeLoc::getLocalSourceRange() const { in getLocalSourceRange() function in AttributedTypeLoc
HDNestedNameSpecifier.cpp429 return SourceRange(First.getLocalSourceRange().getBegin(), in getSourceRange()
430 getLocalSourceRange().getEnd()); in getSourceRange()
433 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() function in NestedNameSpecifierLoc
HDExprCXX.cpp331 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); in PseudoDestructorTypeStorage()
379 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getEndLoc()
HDDeclCXX.cpp2457 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin(); in getSourceLocation()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp5439 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5444 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5449 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
5457 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
5461 AddSourceLocation(NNS.getLocalSourceRange().getEnd()); in AddNestedNameSpecifierLoc()
5466 AddSourceRange(NNS.getLocalSourceRange()); in AddNestedNameSpecifierLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp7165 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildPseudoDestructorExpr()
7190 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
7207 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
7231 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(), in BuildPseudoDestructorExpr()
7234 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange(); in BuildPseudoDestructorExpr()
HDSemaDeclCXX.cpp4323 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildDelegatingInitializer()
4326 << TInfo->getTypeLoc().getLocalSourceRange(); in BuildDelegatingInitializer()
4382 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin(); in BuildBaseInitializer()
4386 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
4440 << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
4459 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange(); in BuildBaseInitializer()
15717 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl()
HDSemaTemplateDeduction.cpp4491 Converted, TypeLoc.getLocalSourceRange(), in CheckDeducedPlaceholderConstraints()
4508 << Deduced << Buf << TypeLoc.getLocalSourceRange(); in CheckDeducedPlaceholderConstraints()
HDSemaDeclObjC.cpp723 rangeToRemove = attr.getLocalSourceRange(); in actOnObjCTypeParam()
HDSemaType.cpp891 rangeToRemove = attr.getLocalSourceRange(); in applyObjCTypeArgs()
HDSemaExpr.cpp5374 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
13992 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf()