Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

43     FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
46 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
50 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs,
140 LM->TemplateScope = getCurScope()->isTemplateParamScope();
265 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
273 Actions.ActOnStartDelayedMemberDeclarations(getCurScope(), Class.TagOrTemplate);
280 Actions.ActOnFinishDelayedMemberDeclarations(getCurScope(), Class.TagOrTemplate);
287 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
290 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
298 Actions.ActOnDelayedCXXMethodParameter(getCurScope(),
425 Actions.ActOnFinishDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
435 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
450 Actions.ActOnReenterTemplateScope(getCurScope(), LM.D);
469 Actions.ActOnStartOfFunctionDef(getCurScope(), LM.D);
519 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
528 Actions.ActOnStartDelayedMemberDeclarations(getCurScope(),
546 Actions.ActOnFinishDelayedMemberDeclarations(getCurScope(),