Searched refs:getElaboratedKeywordLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 1727 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/ |
D | TypeLoc.h | 2155 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/ |
D | TreeTransform.h | 5641 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/ |
D | TreeTransform.h | 6561 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/ |
D | ASTWriter.cpp | 661 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/ |
D | ASTWriter.cpp | 438 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitElaboratedTypeLoc() 447 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentNameTypeLoc() 454 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()
|