Lines Matching refs:DeclaratorDecl
1970 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc()
1976 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc()
1982 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { in setQualifierInfo()
2001 void DeclaratorDecl::setTrailingRequiresClause(Expr *TrailingRequiresClause) { in setTrailingRequiresClause()
2016 void DeclaratorDecl::setTemplateParameterListsInfo( in setTemplateParameterListsInfo()
2032 SourceLocation DeclaratorDecl::getOuterLocStart() const { in getOuterLocStart()
2072 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange()
2120 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
2180 return DeclaratorDecl::getSourceRange(); in getSourceRange()
2940 return SourceRange(DeclaratorDecl::getBeginLoc(), getLocation()); in getSourceRange()
2942 return DeclaratorDecl::getSourceRange(); in getSourceRange()
3036 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo, in FunctionDecl()
4664 return DeclaratorDecl::getSourceRange(); in getSourceRange()
4684 DeclaratorDecl::printName(OS, Policy); in printName()