Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h1715 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1735 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1737 return SourceRange(getElaboratedKeywordLoc(), in getLocalSourceRange()
1740 return SourceRange(getElaboratedKeywordLoc()); in getLocalSourceRange()
1773 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1800 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1801 return SourceRange(getElaboratedKeywordLoc(), getNameLoc()); in getLocalSourceRange()
1828 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1903 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1904 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h5320 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5391 Result = getDerived().RebuildElaboratedType(TL.getElaboratedKeywordLoc(), in TransformElaboratedType()
5399 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
5486 TL.getElaboratedKeywordLoc(), in TransformDependentNameType()
5498 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5502 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5567 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5572 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp624 Writer.AddSourceLocation(TL.getElaboratedKeywordLoc(), Record); in VisitElaboratedTypeLoc()
631 Writer.AddSourceLocation(TL.getElaboratedKeywordLoc(), Record); in VisitDependentNameTypeLoc()
637 Writer.AddSourceLocation(TL.getElaboratedKeywordLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc()