Home | History | Annotate | Download | only in Parse

Lines Matching refs:Declarator

202   if (Context == Declarator::MemberContext) {
232 // Parse the declarator.
233 ParsingDeclarator DeclaratorInfo(*this, DS, (Declarator::TheContext)Context);
235 // Error parsing the declarator?
248 // If we have a declaration or declarator list, handle it.
512 Declarator::TemplateTypeArgContext).get();
634 Declarator ParamDecl(DS, Declarator::TemplateParamContext);
1022 Declarator::TemplateTypeArgContext);
1185 DeclaratorDecl* Declarator = dyn_cast<DeclaratorDecl>(FD);
1186 if (Declarator && Declarator->getNumTemplateParameterLists() != 0) {
1188 Actions.ActOnReenterDeclaratorTemplateScope(getCurScope(), Declarator);