Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

218         getCurScope(), AS, DS,
510 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, Ellipsis,
608 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
658 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
1040 Actions.ActOnDependentTemplateName(getCurScope(),
1060 TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
1265 Actions.ActOnReenterDeclaratorTemplateScope(getCurScope(), Declarator);
1266 Actions.ActOnReenterTemplateScope(getCurScope(), LMT.D);
1284 Actions.ActOnReenterTemplateScope(getCurScope(), MD);
1289 Actions.ActOnReenterTemplateScope(getCurScope(),
1293 Actions.PushDeclContext(Actions.getCurScope(), *II);
1297 Actions.ActOnReenterTemplateScope(getCurScope(), LMT.D);
1321 Actions.ActOnStartOfFunctionDef(getCurScope(),
1324 Actions.ActOnStartOfFunctionDef(getCurScope(), Function);