Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1727 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1747 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1749 return SourceRange(getElaboratedKeywordLoc(), in getLocalSourceRange()
1752 return SourceRange(getElaboratedKeywordLoc()); in getLocalSourceRange()
1785 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1812 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1813 return SourceRange(getElaboratedKeywordLoc(), getNameLoc()); in getLocalSourceRange()
1840 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1915 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1916 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
/external/clang/lib/Sema/
DTreeTransform.h5641 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5712 Result = getDerived().RebuildElaboratedType(TL.getElaboratedKeywordLoc(), in TransformElaboratedType()
5720 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
5807 TL.getElaboratedKeywordLoc(), in TransformDependentNameType()
5819 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5823 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5888 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5893 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
/external/clang/lib/Serialization/
DASTWriter.cpp661 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitElaboratedTypeLoc()
668 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentNameTypeLoc()
674 Record.AddSourceLocation(TL.getElaboratedKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()