Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

194         getCurScope(), AS, DS,
513 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, EllipsisLoc,
624 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
677 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
1084 Actions.ActOnDependentTemplateName(getCurScope(),
1102 TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
1305 Actions.ActOnReenterTemplateScope(getCurScope(), cast<Decl>(*II));
1309 Actions.PushDeclContext(Actions.getCurScope(), *II);
1332 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD);