Lines Matching refs:getCurScope

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