Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

69   return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
377 Actions.ActOnReenterCXXMethodParameter(getCurScope(), Param);
1134 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
1144 Actions.ActOnStartDelayedMemberDeclarations(getCurScope(),
1153 Actions.ActOnFinishDelayedMemberDeclarations(getCurScope(),
1248 Actions.ActOnFinishDelayedAttribute(getCurScope(), LA.Decls[i], Attrs);
1533 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none,
1799 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D);
1804 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, ThisDecl);
1874 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
1933 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D);
1938 ThisDecl = Actions.ActOnTemplateDeclarator(getCurScope(),
1950 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, D);
1965 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D);
1981 Actions.ActOnTemplateDeclarator(getCurScope(), FakedParamLists, D);
2010 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl);
2014 Actions.CodeCompleteInitializer(getCurScope(), ThisDecl);
2035 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl);
2060 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl);
2064 Actions.CodeCompleteConstructor(getCurScope(),
2072 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl);
2083 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl);
2100 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl);
2106 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl);
2263 switch (Actions.isTagName(*Tok.getIdentifierInfo(), getCurScope())) {
2287 if (Actions.LookupParsedName(R, getCurScope(), SS)) {
2366 Actions.DiagnoseUnknownTypeName(II, Loc, getCurScope(), SS, T,
2542 getCurScope(), SS, Name, AfterScope.getLocation(), Next,
2695 = (getCurScope()->getFlags() & (Scope::ControlScope |
2704 Actions.CodeCompleteDeclSpec(getCurScope(), DS,
2710 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent())
2720 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC);
2773 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS)) {
2822 Actions.isCurrentClassName(*Next.getIdentifierInfo(), getCurScope(),
2840 getCurScope(), &SS,
2959 Tok.getLocation(), getCurScope());
2966 getLangOpts().MSVCCompat && getCurScope()->isTemplateParamScope()) {
2988 Actions.isCurrentClassName(*Tok.getIdentifierInfo(), getCurScope()) &&
3032 Actions.isCurrentClassName(*TemplateId->Name, getCurScope()) &&
3515 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none,
3585 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl);
3629 Actions.ActOnField(getCurScope(), TagDecl,
3654 Actions.ActOnDefs(getCurScope(), TagDecl, Tok.getLocation(),
3682 Actions.ActOnFields(getCurScope(),
3687 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl,
3727 Actions.CodeCompleteTag(getCurScope(), DeclSpec::TST_enum);
3833 bool CanBeBitfield = getCurScope()->getFlags() & Scope::ClassScope;
3987 SkipBody = Actions.shouldSkipAnonEnumBody(getCurScope(),
3995 Decl *TagDecl = Actions.ActOnTag(getCurScope(), DeclSpec::TST_enum, TUK,
4027 getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc);
4077 Actions.ActOnTagStartDefinition(getCurScope(), EnumDecl);
4127 Decl *EnumConstDecl = Actions.ActOnEnumConstant(getCurScope(), EnumDecl,
4185 getCurScope(),
4197 Actions.ActOnTagFinishDefinition(getCurScope(), EnumDecl,
4202 bool CanBeBitfield = getCurScope()->getFlags() & Scope::ClassScope;
4621 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS))
5120 if (Actions.ShouldEnterDeclaratorScope(getCurScope(),
5190 Actions.ShouldEnterDeclaratorScope(getCurScope(),
5244 Actions.ShouldEnterDeclaratorScope(getCurScope(),
5469 assert(getCurScope()->isFunctionPrototypeScope() &&
5721 if (Actions.getTypeName(*ParmII, Tok.getLocation(), getCurScope()))
5844 Decl *Param = Actions.ActOnParamDeclarator(getCurScope(), ParmDeclarator);
5967 ExprResult ExprRes(Actions.ActOnNumericConstant(Tok, getCurScope()));