Lines Matching refs:DeclaratorDecl
1765 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc()
1771 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { in setQualifierInfo()
1801 void DeclaratorDecl::setTemplateParameterListsInfo( in setTemplateParameterListsInfo()
1817 SourceLocation DeclaratorDecl::getOuterLocStart() const { in getOuterLocStart()
1857 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange()
1905 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
1966 return DeclaratorDecl::getSourceRange(); in getSourceRange()
2568 return SourceRange(DeclaratorDecl::getBeginLoc(), getLocation()); in getSourceRange()
2570 return DeclaratorDecl::getSourceRange(); in getSourceRange()
2651 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo, in FunctionDecl()
3823 return DeclaratorDecl::getSourceRange(); in getSourceRange()