Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h2092 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2113 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2115 return SourceRange(getElaboratedKeywordLoc(), in getLocalSourceRange()
2118 return SourceRange(getElaboratedKeywordLoc()); in getLocalSourceRange()
2151 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2180 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2181 return SourceRange(getElaboratedKeywordLoc(), getNameLoc()); in getLocalSourceRange()
2208 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
2289 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
2290 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h6240 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
6313 Result = getDerived().RebuildElaboratedType(TL.getElaboratedKeywordLoc(), in TransformElaboratedType()
6321 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
6435 TL.getElaboratedKeywordLoc(), in TransformDependentNameType()
6448 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
6452 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
6515 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
6520 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp418 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitElaboratedTypeLoc()
427 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentNameTypeLoc()
434 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()