Lines Matching full:declaratordecl
1632 // DeclaratorDecl Implementation
1643 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const {
1649 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) {
1679 void DeclaratorDecl::setTemplateParameterListsInfo(
1695 SourceLocation DeclaratorDecl::getOuterLocStart() const {
1739 SourceRange DeclaratorDecl::getSourceRange() const {
1787 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
1844 // DeclaratorDecl::getSourceRange() to handle postfix elements.
1848 return DeclaratorDecl::getSourceRange();
2358 // DeclaratorDecl considers the range of postfix types as overlapping with the
2361 return SourceRange(DeclaratorDecl::getLocStart(), getLocation());
2363 return DeclaratorDecl::getSourceRange();
3504 return DeclaratorDecl::getSourceRange();