Lines Matching defs:Declarator
51 class Declarator;
889 /// Checks if this DeclSpec can stand alone, without a Declarator.
1730 Declarator &TheDeclarator,
1807 friend class Declarator;
1900 class Declarator {
1928 /// FunctionDefinition - Is this Declarator for a function or member
1935 /// Is this Declarator a redeclaration?
2006 /// `DS` and `DeclarationAttrs` must outlive the `Declarator`. In particular,
2022 Declarator(const DeclSpec &DS, const ParsedAttributesView &DeclarationAttrs,
2042 ~Declarator() {
2109 /// Reset the contents of this Declarator.
2366 /// other Declarator owns so that it can 'take' the attributes from it.
2497 return const_cast<Declarator*>(this)->getFunctionTypeInfo();
2771 Declarator D;