Lines Matching refs:getCurScope

68   return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);  in ParseTypeName()
548 Actions.ActOnReenterCXXMethodParameter(getCurScope(), Param); in ParseGNUAttributeArgs()
1867 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseSimpleDeclaration()
2167 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclGroup()
2177 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, ThisDecl); in ParseDeclGroup()
2253 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); in ParseDeclGroup()
2320 S = P.getCurScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
2330 S = P.getCurScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
2359 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclarationAfterDeclaratorAndAttributes()
2364 ThisDecl = Actions.ActOnTemplateDeclarator(getCurScope(), in ParseDeclarationAfterDeclaratorAndAttributes()
2378 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, D); in ParseDeclarationAfterDeclaratorAndAttributes()
2393 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclarationAfterDeclaratorAndAttributes()
2409 Actions.ActOnTemplateDeclarator(getCurScope(), FakedParamLists, D); in ParseDeclarationAfterDeclaratorAndAttributes()
2439 Actions.CodeCompleteInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2722 switch (Actions.isTagName(*Tok.getIdentifierInfo(), getCurScope())) { in ParseImplicitInt()
2746 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
2814 if (getCurScope()->isFunctionPrototypeScope()) in ParseImplicitInt()
2833 Actions.DiagnoseUnknownTypeName(II, Loc, getCurScope(), SS, T, in ParseImplicitInt()
3042 getCurScope(), SS, Name, AfterScope.getLocation(), Next, in DiagnoseMissingSemiAfterTagDefinition()
3253 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
3263 Actions.CodeCompleteDeclSpec(getCurScope(), DS, in ParseDeclarationSpecifiers()
3269 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()
3280 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); in ParseDeclarationSpecifiers()
3331 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS) && in ParseDeclarationSpecifiers()
3379 Actions.isCurrentClassName(*Next.getIdentifierInfo(), getCurScope(), in ParseDeclarationSpecifiers()
3392 getCurScope(), &SS, false, false, nullptr, in ParseDeclarationSpecifiers()
3557 Actions.isCurrentClassName(*Tok.getIdentifierInfo(), getCurScope()) && in ParseDeclarationSpecifiers()
3562 *Tok.getIdentifierInfo(), Tok.getLocation(), getCurScope(), nullptr, in ParseDeclarationSpecifiers()
3589 Actions.isDeductionGuideName(getCurScope(), *Tok.getIdentifierInfo(), in ParseDeclarationSpecifiers()
3690 Actions.isCurrentClassName(*TemplateId->Name, getCurScope()) && in ParseDeclarationSpecifiers()
4362 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseStructDeclaration()
4437 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl); in ParseStructUnionBody()
4487 Actions.ActOnField(getCurScope(), TagDecl, in ParseStructUnionBody()
4511 Actions.ActOnDefs(getCurScope(), TagDecl, Tok.getLocation(), in ParseStructUnionBody()
4540 Actions.ActOnFields(getCurScope(), RecordLoc, TagDecl, FieldDecls, in ParseStructUnionBody()
4543 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl, T.getRange()); in ParseStructUnionBody()
4583 Actions.CodeCompleteTag(getCurScope(), DeclSpec::TST_enum); in ParseEnumSpecifier()
4689 getCurScope()->isClassScope() && ScopedEnumKWLoc.isInvalid() && Name; in ParseEnumSpecifier()
4733 BaseType = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseEnumSpecifier()
4864 SkipBody = Actions.shouldSkipAnonEnumBody(getCurScope(), in ParseEnumSpecifier()
4873 getCurScope(), DeclSpec::TST_enum, TUK, StartLoc, SS, Name, NameLoc, in ParseEnumSpecifier()
4906 getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc); in ParseEnumSpecifier()
4963 Actions.ActOnTagStartDefinition(getCurScope(), EnumDecl); in ParseEnumBody()
5017 getCurScope(), EnumDecl, LastEnumConstDecl, IdentLoc, Ident, attrs, in ParseEnumBody()
5071 getCurScope(), attrs); in ParseEnumBody()
5082 Actions.ActOnTagFinishDefinition(getCurScope(), EnumDecl, T.getRange()); in ParseEnumBody()
5086 bool CanBeBitfield = getCurScope()->isClassScope(); in ParseEnumBody()
5570 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in isConstructorDeclarator()
6142 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
6222 Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
6306 Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
6679 assert(getCurScope()->isFunctionPrototypeScope() && in ParseFunctionDeclarator()
6830 if (getCurScope()->isFunctionDeclarationScope() && !getLangOpts().CPlusPlus) { in ParseFunctionDeclarator()
6831 for (Decl *D : getCurScope()->decls()) { in ParseFunctionDeclarator()
6937 if (Actions.getTypeName(*ParmII, Tok.getLocation(), getCurScope())) in ParseFunctionDeclaratorIdentifierList()
6996 if (getCurScope()->getFunctionPrototypeDepth() - 1 > in ParseParameterDeclarationClause()
7115 Decl *Param = Actions.ActOnParamDeclarator(getCurScope(), ParmDeclarator); in ParseParameterDeclarationClause()
7245 ExprResult ExprRes(Actions.ActOnNumericConstant(Tok, getCurScope())); in ParseBracketDeclarator()
7260 Actions.CodeCompleteBracketDeclarator(getCurScope()); in ParseBracketDeclarator()