Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2250 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2280 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2282 return SourceRange(getElaboratedKeywordLoc(), in getLocalSourceRange()
2285 return SourceRange(getElaboratedKeywordLoc()); in getLocalSourceRange()
2330 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2359 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2360 return SourceRange(getElaboratedKeywordLoc(), getNameLoc()); in getLocalSourceRange()
2387 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2469 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2470 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6983 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
7058 Result = getDerived().RebuildElaboratedType(TL.getElaboratedKeywordLoc(), in TransformElaboratedType()
7066 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
7197 TL.getElaboratedKeywordLoc(), in TransformDependentNameType()
7210 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
7214 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
7277 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
7282 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp552 addSourceLocation(TL.getElaboratedKeywordLoc()); in VisitElaboratedTypeLoc()
561 addSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentNameTypeLoc()
568 addSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()