Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2319 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2349 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2351 return SourceRange(getElaboratedKeywordLoc(), in getLocalSourceRange()
2354 return SourceRange(getElaboratedKeywordLoc()); in getLocalSourceRange()
2399 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2428 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2429 return SourceRange(getElaboratedKeywordLoc(), getNameLoc()); in getLocalSourceRange()
2456 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2538 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2539 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7238 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
7313 Result = getDerived().RebuildElaboratedType(TL.getElaboratedKeywordLoc(), in TransformElaboratedType()
7321 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
7481 TL.getElaboratedKeywordLoc(), in TransformDependentNameType()
7494 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
7498 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
7561 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
7566 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp597 addSourceLocation(TL.getElaboratedKeywordLoc()); in VisitElaboratedTypeLoc()
606 addSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentNameTypeLoc()
613 addSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()