Lines Matching refs:getCurScope

70   return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);  in ParseTypeName()
378 Actions.ActOnReenterCXXMethodParameter(getCurScope(), Param); in ParseGNUAttributeArgs()
1165 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate); in ParseLexedAttributes()
1175 Actions.ActOnStartDelayedMemberDeclarations(getCurScope(), in ParseLexedAttributes()
1184 Actions.ActOnFinishDelayedMemberDeclarations(getCurScope(), in ParseLexedAttributes()
1279 Actions.ActOnFinishDelayedAttribute(getCurScope(), LA.Decls[i], Attrs); in ParseLexedAttribute()
1565 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseSimpleDeclaration()
1835 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclGroup()
1840 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, ThisDecl); in ParseDeclGroup()
1910 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); in ParseDeclGroup()
1969 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclarationAfterDeclaratorAndAttributes()
1974 ThisDecl = Actions.ActOnTemplateDeclarator(getCurScope(), in ParseDeclarationAfterDeclaratorAndAttributes()
1986 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, D); in ParseDeclarationAfterDeclaratorAndAttributes()
2001 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclarationAfterDeclaratorAndAttributes()
2017 Actions.ActOnTemplateDeclarator(getCurScope(), FakedParamLists, D); in ParseDeclarationAfterDeclaratorAndAttributes()
2046 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2050 Actions.CodeCompleteInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2071 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2097 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2101 Actions.CodeCompleteConstructor(getCurScope(), in ParseDeclarationAfterDeclaratorAndAttributes()
2109 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2120 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2137 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2143 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2318 switch (Actions.isTagName(*Tok.getIdentifierInfo(), getCurScope())) { in ParseImplicitInt()
2342 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
2421 Actions.DiagnoseUnknownTypeName(II, Loc, getCurScope(), SS, T, in ParseImplicitInt()
2597 getCurScope(), SS, Name, AfterScope.getLocation(), Next, in DiagnoseMissingSemiAfterTagDefinition()
2750 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
2759 Actions.CodeCompleteDeclSpec(getCurScope(), DS, in ParseDeclarationSpecifiers()
2765 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()
2775 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); in ParseDeclarationSpecifiers()
2828 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS)) { in ParseDeclarationSpecifiers()
2877 Actions.isCurrentClassName(*Next.getIdentifierInfo(), getCurScope(), in ParseDeclarationSpecifiers()
2895 getCurScope(), &SS, false, false, nullptr, in ParseDeclarationSpecifiers()
3013 Tok.getLocation(), getCurScope()); in ParseDeclarationSpecifiers()
3032 Actions.isCurrentClassName(*Tok.getIdentifierInfo(), getCurScope()) && in ParseDeclarationSpecifiers()
3076 Actions.isCurrentClassName(*TemplateId->Name, getCurScope()) && in ParseDeclarationSpecifiers()
3603 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseStructDeclaration()
3674 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl); in ParseStructUnionBody()
3718 Actions.ActOnField(getCurScope(), TagDecl, in ParseStructUnionBody()
3743 Actions.ActOnDefs(getCurScope(), TagDecl, Tok.getLocation(), in ParseStructUnionBody()
3771 Actions.ActOnFields(getCurScope(), in ParseStructUnionBody()
3776 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl, in ParseStructUnionBody()
3816 Actions.CodeCompleteTag(getCurScope(), DeclSpec::TST_enum); in ParseEnumSpecifier()
3922 bool CanBeBitfield = getCurScope()->getFlags() & Scope::ClassScope; in ParseEnumSpecifier()
4076 SkipBody = Actions.shouldSkipAnonEnumBody(getCurScope(), in ParseEnumSpecifier()
4084 Decl *TagDecl = Actions.ActOnTag(getCurScope(), DeclSpec::TST_enum, TUK, in ParseEnumSpecifier()
4116 getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc); in ParseEnumSpecifier()
4166 Actions.ActOnTagStartDefinition(getCurScope(), EnumDecl); in ParseEnumBody()
4216 Decl *EnumConstDecl = Actions.ActOnEnumConstant(getCurScope(), EnumDecl, in ParseEnumBody()
4274 getCurScope(), in ParseEnumBody()
4286 Actions.ActOnTagFinishDefinition(getCurScope(), EnumDecl, in ParseEnumBody()
4291 bool CanBeBitfield = getCurScope()->getFlags() & Scope::ClassScope; in ParseEnumBody()
4701 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in isConstructorDeclarator()
5228 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
5295 Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
5349 Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
5574 assert(getCurScope()->isFunctionPrototypeScope() && in ParseFunctionDeclarator()
5826 if (Actions.getTypeName(*ParmII, Tok.getLocation(), getCurScope())) in ParseFunctionDeclaratorIdentifierList()
5949 Decl *Param = Actions.ActOnParamDeclarator(getCurScope(), ParmDeclarator); in ParseParameterDeclarationClause()
6072 ExprResult ExprRes(Actions.ActOnNumericConstant(Tok, getCurScope())); in ParseBracketDeclarator()
6087 Actions.CodeCompleteBracketDeclarator(getCurScope()); in ParseBracketDeclarator()