Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

51     FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
54 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
58 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs,
145 LM->TemplateScope = getCurScope()->isTemplateParamScope();
283 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
291 Actions.ActOnStartDelayedMemberDeclarations(getCurScope(), Class.TagOrTemplate);
298 Actions.ActOnFinishDelayedMemberDeclarations(getCurScope(), Class.TagOrTemplate);
305 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
308 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
316 Actions.ActOnDelayedCXXMethodParameter(getCurScope(),
373 Actions.ActOnFinishDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
383 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
398 Actions.ActOnReenterTemplateScope(getCurScope(), LM.D);
417 Actions.ActOnStartOfFunctionDef(getCurScope(), LM.D);
470 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
479 Actions.ActOnStartDelayedMemberDeclarations(getCurScope(),
497 Actions.ActOnFinishDelayedMemberDeclarations(getCurScope(),