Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

199         getCurScope(), AS, DS,
520 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, Ellipsis,
618 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
668 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
1050 Actions.ActOnDependentTemplateName(getCurScope(),
1070 TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
1292 Actions.ActOnReenterTemplateScope(getCurScope(), MD);
1299 Actions.ActOnReenterTemplateScope(getCurScope(),
1305 Actions.PushDeclContext(Actions.getCurScope(), *II);
1312 Actions.ActOnReenterDeclaratorTemplateScope(getCurScope(), Declarator);
1315 Actions.ActOnReenterTemplateScope(getCurScope(), LMT.D);
1337 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD);