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.h5476 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5547 Result = getDerived().RebuildElaboratedType(TL.getElaboratedKeywordLoc(), in TransformElaboratedType()
5555 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
5642 TL.getElaboratedKeywordLoc(), in TransformDependentNameType()
5654 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5658 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5723 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5728 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
/external/clang/lib/Serialization/
DASTWriter.cpp627 Writer.AddSourceLocation(TL.getElaboratedKeywordLoc(), Record); in VisitElaboratedTypeLoc()
634 Writer.AddSourceLocation(TL.getElaboratedKeywordLoc(), Record); in VisitDependentNameTypeLoc()
640 Writer.AddSourceLocation(TL.getElaboratedKeywordLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc()