Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

42     FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
45 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
49 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs);
132 LM->TemplateScope = getCurScope()->isTemplateParamScope();
273 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
283 Actions.ActOnStartDelayedMemberDeclarations(getCurScope(),
291 Actions.ActOnFinishDelayedMemberDeclarations(getCurScope(),
300 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
304 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
314 Actions.ActOnDelayedCXXMethodParameter(getCurScope(), Param);
464 Actions.ActOnFinishDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
475 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
492 Actions.ActOnReenterTemplateScope(getCurScope(), LM.D);
517 Actions.ActOnStartOfFunctionDef(getCurScope(), LM.D);
579 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
589 Actions.ActOnStartDelayedMemberDeclarations(getCurScope(),
607 Actions.ActOnFinishDelayedMemberDeclarations(getCurScope(),