Lines Matching refs:DeclaratorDecl
1895 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc()
1901 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc()
1907 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { in setQualifierInfo()
1926 void DeclaratorDecl::setTrailingRequiresClause(Expr *TrailingRequiresClause) { in setTrailingRequiresClause()
1941 void DeclaratorDecl::setTemplateParameterListsInfo( in setTemplateParameterListsInfo()
1957 SourceLocation DeclaratorDecl::getOuterLocStart() const { in getOuterLocStart()
1997 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange()
2045 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
2105 return DeclaratorDecl::getSourceRange(); in getSourceRange()
2846 return SourceRange(DeclaratorDecl::getBeginLoc(), getLocation()); in getSourceRange()
2848 return DeclaratorDecl::getSourceRange(); in getSourceRange()
2943 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo, in FunctionDecl()
4350 return DeclaratorDecl::getSourceRange(); in getSourceRange()