Lines Matching refs:DeclaratorDecl
1854 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc()
1860 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc()
1866 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { in setQualifierInfo()
1885 void DeclaratorDecl::setTrailingRequiresClause(Expr *TrailingRequiresClause) { in setTrailingRequiresClause()
1900 void DeclaratorDecl::setTemplateParameterListsInfo( in setTemplateParameterListsInfo()
1916 SourceLocation DeclaratorDecl::getOuterLocStart() const { in getOuterLocStart()
1956 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange()
2004 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
2065 return DeclaratorDecl::getSourceRange(); in getSourceRange()
2751 return SourceRange(DeclaratorDecl::getBeginLoc(), getLocation()); in getSourceRange()
2753 return DeclaratorDecl::getSourceRange(); in getSourceRange()
2843 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo, in FunctionDecl()
4224 return DeclaratorDecl::getSourceRange(); in getSourceRange()