Home | History | Annotate | Download | only in Parse

Lines Matching refs:Declarator

801             // Fake up a Declarator to use with ActOnTypeName.
809 Declarator DeclaratorInfo(DS, Declarator::TypeNameContext);
958 // Fake up a Declarator to use with ActOnTypeName.
968 Declarator DeclaratorInfo(DS, Declarator::TypeNameContext);
1990 // Parse the type declarator.
1993 Declarator DeclaratorInfo(DS, Declarator::TypeNameContext);
2301 /// [clang] specifier-qualifier-list block-declarator
2313 // Parse the block-declarator.
2314 Declarator DeclaratorInfo(DS, Declarator::BlockLiteralContext);
2354 Declarator ParamInfo(DS, Declarator::BlockLiteralContext);