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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h158 SourceRange getLocalSourceRange() const { function in class:clang::TypeLoc
279 SourceRange getLocalSourceRange() const { return {}; } function in class:clang::QualifiedTypeLoc
531 SourceRange getLocalSourceRange() const { function in class:clang::TypeSpecTypeLoc
598 SourceRange getLocalSourceRange() const { function in class:clang::BuiltinTypeLoc
824 SourceRange getLocalSourceRange() const { function in class:clang::ObjCTypeParamTypeLoc
884 SourceRange getLocalSourceRange() const;
1006 SourceRange getLocalSourceRange() const {
1057 SourceRange getLocalSourceRange() const {
1103 SourceRange getLocalSourceRange() const {
1104 return getInnerLoc().getLocalSourceRange();
[all...]
H A DNestedNameSpecifier.h288 SourceRange getLocalSourceRange() const;
305 return getLocalSourceRange().getBegin();
311 return getLocalSourceRange().getEnd();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp46 return TyLoc.getLocalSourceRange(); \
216 if (Cur.getLocalSourceRange().getBegin().isValid())
225 return LeftMost.getLocalSourceRange().getBegin();
236 return Last.getLocalSourceRange().getEnd();
307 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { function in class:TypeOfExprTypeLoc
478 SourceRange AttributedTypeLoc::getLocalSourceRange() const { function in class:AttributedTypeLoc
H A DNestedNameSpecifier.cpp429 return SourceRange(First.getLocalSourceRange().getBegin(),
430 getLocalSourceRange().getEnd());
433 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { function in class:NestedNameSpecifierLoc
H A DExprCXX.cpp331 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
379 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
H A DDeclCXX.cpp2457 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5439 AddSourceRange(NNS.getLocalSourceRange());
5444 AddSourceRange(NNS.getLocalSourceRange());
5449 AddSourceRange(NNS.getLocalSourceRange());
5457 AddSourceLocation(NNS.getLocalSourceRange().getEnd());
5461 AddSourceLocation(NNS.getLocalSourceRange().getEnd());
5466 AddSourceRange(NNS.getLocalSourceRange());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7165 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin();
7190 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
7207 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
7231 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(),
7234 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange();
H A DSemaDeclCXX.cpp4323 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin();
4326 << TInfo->getTypeLoc().getLocalSourceRange();
4382 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin();
4386 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
4440 << BaseTInfo->getTypeLoc().getLocalSourceRange();
4459 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
15717 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange();
H A DSemaTemplateDeduction.cpp4491 Converted, TypeLoc.getLocalSourceRange(),
4508 << Deduced << Buf << TypeLoc.getLocalSourceRange();
H A DSemaDeclObjC.cpp723 rangeToRemove = attr.getLocalSourceRange();
H A DSemaType.cpp891 rangeToRemove = attr.getLocalSourceRange();
H A DSemaExpr.cpp5374 << ATL.getLocalSourceRange();
13992 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange();

Completed in 309 milliseconds