Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

214         getCurScope(), AS, DS,
543 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, EllipsisLoc,
653 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
707 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
1122 Actions.ActOnDependentTemplateName(getCurScope(),
1140 TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
1344 Actions.ActOnReenterTemplateScope(getCurScope(), cast<Decl>(*II));
1348 Actions.PushDeclContext(Actions.getCurScope(), *II);
1372 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD);