Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

202         getCurScope(), AS, DS,
531 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, EllipsisLoc,
642 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
695 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
1102 Actions.ActOnDependentTemplateName(getCurScope(),
1120 TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
1323 Actions.ActOnReenterTemplateScope(getCurScope(), cast<Decl>(*II));
1327 Actions.PushDeclContext(Actions.getCurScope(), *II);
1351 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD);