Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h2265 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2286 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2288 return SourceRange(getElaboratedKeywordLoc(), in getLocalSourceRange()
2291 return SourceRange(getElaboratedKeywordLoc()); in getLocalSourceRange()
2324 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2353 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2354 return SourceRange(getElaboratedKeywordLoc(), getNameLoc()); in getLocalSourceRange()
2381 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2462 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2463 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h6762 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
6835 Result = getDerived().RebuildElaboratedType(TL.getElaboratedKeywordLoc(), in TransformElaboratedType()
6843 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
6964 TL.getElaboratedKeywordLoc(), in TransformDependentNameType()
6977 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
6981 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
7044 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
7049 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp530 addSourceLocation(TL.getElaboratedKeywordLoc()); in VisitElaboratedTypeLoc()
539 addSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentNameTypeLoc()
546 addSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()