Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

227     Decl *Decl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
515 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, Ellipsis,
613 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
662 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
964 Actions.ActOnDependentTemplateName(getCurScope(),
984 TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
1188 Actions.ActOnReenterDeclaratorTemplateScope(getCurScope(), Declarator);
1189 Actions.ActOnReenterTemplateScope(getCurScope(), LMT.D);
1207 Actions.ActOnReenterTemplateScope(getCurScope(), MD);
1212 Actions.ActOnReenterTemplateScope(getCurScope(),
1216 Actions.PushDeclContext(Actions.getCurScope(), *II);
1220 Actions.ActOnReenterTemplateScope(getCurScope(), LMT.D);
1244 Actions.ActOnStartOfFunctionDef(getCurScope(),
1247 Actions.ActOnStartOfFunctionDef(getCurScope(), Function);