Home
last modified time | relevance | path

Searched refs:getElaboratedKeywordLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DTypeLoc.h1727 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1747 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1749 return SourceRange(getElaboratedKeywordLoc(), in getLocalSourceRange()
1752 return SourceRange(getElaboratedKeywordLoc()); in getLocalSourceRange()
1785 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1812 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1813 return SourceRange(getElaboratedKeywordLoc(), getNameLoc()); in getLocalSourceRange()
1840 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1915 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1916 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h2155 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2176 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2178 return SourceRange(getElaboratedKeywordLoc(), in getLocalSourceRange()
2181 return SourceRange(getElaboratedKeywordLoc()); in getLocalSourceRange()
2214 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2243 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2244 return SourceRange(getElaboratedKeywordLoc(), getNameLoc()); in getLocalSourceRange()
2271 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2352 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2353 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
/external/clang/lib/Sema/
DTreeTransform.h5641 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5712 Result = getDerived().RebuildElaboratedType(TL.getElaboratedKeywordLoc(), in TransformElaboratedType()
5720 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
5807 TL.getElaboratedKeywordLoc(), in TransformDependentNameType()
5819 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5823 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5888 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5893 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h6561 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
6634 Result = getDerived().RebuildElaboratedType(TL.getElaboratedKeywordLoc(), in TransformElaboratedType()
6642 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
6756 TL.getElaboratedKeywordLoc(), in TransformDependentNameType()
6769 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
6773 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
6836 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
6841 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
/external/clang/lib/Serialization/
DASTWriter.cpp661 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitElaboratedTypeLoc()
668 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentNameTypeLoc()
674 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp438 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitElaboratedTypeLoc()
447 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentNameTypeLoc()
454 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()