Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1554 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1574 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1576 return SourceRange(getElaboratedKeywordLoc(), in getLocalSourceRange()
1579 return SourceRange(getElaboratedKeywordLoc()); in getLocalSourceRange()
1612 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1639 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1640 return SourceRange(getElaboratedKeywordLoc(), getNameLoc()); in getLocalSourceRange()
1667 SourceLocation getElaboratedKeywordLoc() const { in getElaboratedKeywordLoc() function
1742 if (getElaboratedKeywordLoc().isValid()) in getLocalSourceRange()
1743 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
/external/clang/lib/Sema/
DTreeTransform.h4779 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
4850 Result = getDerived().RebuildElaboratedType(TL.getElaboratedKeywordLoc(), in TransformElaboratedType()
4858 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
4934 TL.getElaboratedKeywordLoc(), in TransformDependentNameType()
4946 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
4950 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5015 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5020 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
/external/clang/lib/Serialization/
DASTWriter.cpp580 Writer.AddSourceLocation(TL.getElaboratedKeywordLoc(), Record); in VisitElaboratedTypeLoc()
587 Writer.AddSourceLocation(TL.getElaboratedKeywordLoc(), Record); in VisitDependentNameTypeLoc()
593 Writer.AddSourceLocation(TL.getElaboratedKeywordLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc()