Lines Matching refs:DeclaratorDecl
1985 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc()
1991 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc()
1997 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { in setQualifierInfo()
2016 void DeclaratorDecl::setTrailingRequiresClause(Expr *TrailingRequiresClause) { in setTrailingRequiresClause()
2031 void DeclaratorDecl::setTemplateParameterListsInfo( in setTemplateParameterListsInfo()
2047 SourceLocation DeclaratorDecl::getOuterLocStart() const { in getOuterLocStart()
2087 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange()
2135 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
2195 return DeclaratorDecl::getSourceRange(); in getSourceRange()
2938 return SourceRange(DeclaratorDecl::getBeginLoc(), getLocation()); in getSourceRange()
2940 return DeclaratorDecl::getSourceRange(); in getSourceRange()
3034 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo, in FunctionDecl()
4616 return DeclaratorDecl::getSourceRange(); in getSourceRange()
4636 DeclaratorDecl::printName(OS, Policy); in printName()