Home | History | Annotate | Download | only in Parse

Lines Matching refs:Declarator

818             // Fake up a Declarator to use with ActOnTypeName.
826 Declarator DeclaratorInfo(DS, Declarator::TypeNameContext);
979 // Fake up a Declarator to use with ActOnTypeName.
989 Declarator DeclaratorInfo(DS, Declarator::TypeNameContext);
2035 // Parse the type declarator.
2038 Declarator DeclaratorInfo(DS, Declarator::TypeNameContext);
2353 /// [clang] specifier-qualifier-list block-declarator
2365 // Parse the block-declarator.
2366 Declarator DeclaratorInfo(DS, Declarator::BlockLiteralContext);
2407 Declarator ParamInfo(DS, Declarator::BlockLiteralContext);