Lines Matching refs:getCurScope

69   return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);  in ParseTypeName()
481 Actions.ActOnReenterCXXMethodParameter(getCurScope(), Param); in ParseGNUAttributeArgs()
1740 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseSimpleDeclaration()
2024 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclGroup()
2034 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, ThisDecl); in ParseDeclGroup()
2110 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); in ParseDeclGroup()
2177 S = P.getCurScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
2187 S = P.getCurScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
2216 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclarationAfterDeclaratorAndAttributes()
2221 ThisDecl = Actions.ActOnTemplateDeclarator(getCurScope(), in ParseDeclarationAfterDeclaratorAndAttributes()
2235 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, D); in ParseDeclarationAfterDeclaratorAndAttributes()
2250 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclarationAfterDeclaratorAndAttributes()
2266 Actions.ActOnTemplateDeclarator(getCurScope(), FakedParamLists, D); in ParseDeclarationAfterDeclaratorAndAttributes()
2295 Actions.CodeCompleteInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2345 getCurScope(), ThisVarDecl->getType()->getCanonicalTypeInternal(), in ParseDeclarationAfterDeclaratorAndAttributes()
2365 getCurScope(), ThisVarDecl->getType()->getCanonicalTypeInternal(), in ParseDeclarationAfterDeclaratorAndAttributes()
2577 switch (Actions.isTagName(*Tok.getIdentifierInfo(), getCurScope())) { in ParseImplicitInt()
2601 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
2669 if (getCurScope()->isFunctionPrototypeScope()) in ParseImplicitInt()
2688 Actions.DiagnoseUnknownTypeName(II, Loc, getCurScope(), SS, T, in ParseImplicitInt()
2894 getCurScope(), SS, Name, AfterScope.getLocation(), Next, in DiagnoseMissingSemiAfterTagDefinition()
3066 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
3075 Actions.CodeCompleteDeclSpec(getCurScope(), DS, in ParseDeclarationSpecifiers()
3081 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()
3091 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); in ParseDeclarationSpecifiers()
3142 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS) && in ParseDeclarationSpecifiers()
3190 Actions.isCurrentClassName(*Next.getIdentifierInfo(), getCurScope(), in ParseDeclarationSpecifiers()
3197 getCurScope(), &SS, false, false, nullptr, in ParseDeclarationSpecifiers()
3345 Actions.isCurrentClassName(*Tok.getIdentifierInfo(), getCurScope()) && in ParseDeclarationSpecifiers()
3350 *Tok.getIdentifierInfo(), Tok.getLocation(), getCurScope(), nullptr, in ParseDeclarationSpecifiers()
3377 Actions.isDeductionGuideName(getCurScope(), *Tok.getIdentifierInfo(), in ParseDeclarationSpecifiers()
3477 Actions.isCurrentClassName(*TemplateId->Name, getCurScope()) && in ParseDeclarationSpecifiers()
4128 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseStructDeclaration()
4204 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl); in ParseStructUnionBody()
4254 Actions.ActOnField(getCurScope(), TagDecl, in ParseStructUnionBody()
4278 Actions.ActOnDefs(getCurScope(), TagDecl, Tok.getLocation(), in ParseStructUnionBody()
4308 Actions.ActOnFields(getCurScope(), RecordLoc, TagDecl, FieldDecls, in ParseStructUnionBody()
4311 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl, T.getRange()); in ParseStructUnionBody()
4350 Actions.CodeCompleteTag(getCurScope(), DeclSpec::TST_enum); in ParseEnumSpecifier()
4459 bool CanBeBitfield = (getCurScope()->getFlags() & Scope::ClassScope) && in ParseEnumSpecifier()
4503 BaseType = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseEnumSpecifier()
4633 SkipBody = Actions.shouldSkipAnonEnumBody(getCurScope(), in ParseEnumSpecifier()
4642 getCurScope(), DeclSpec::TST_enum, TUK, StartLoc, SS, Name, NameLoc, in ParseEnumSpecifier()
4675 getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc); in ParseEnumSpecifier()
4732 Actions.ActOnTagStartDefinition(getCurScope(), EnumDecl); in ParseEnumBody()
4787 getCurScope(), EnumDecl, LastEnumConstDecl, IdentLoc, Ident, attrs, in ParseEnumBody()
4841 getCurScope(), attrs); in ParseEnumBody()
4852 Actions.ActOnTagFinishDefinition(getCurScope(), EnumDecl, T.getRange()); in ParseEnumBody()
4856 bool CanBeBitfield = getCurScope()->getFlags() & Scope::ClassScope; in ParseEnumBody()
5332 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in isConstructorDeclarator()
5897 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
5977 Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
6061 Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
6430 assert(getCurScope()->isFunctionPrototypeScope() && in ParseFunctionDeclarator()
6578 if (getCurScope()->getFlags() & Scope::FunctionDeclarationScope && in ParseFunctionDeclarator()
6580 for (Decl *D : getCurScope()->decls()) { in ParseFunctionDeclarator()
6682 if (Actions.getTypeName(*ParmII, Tok.getLocation(), getCurScope())) in ParseFunctionDeclaratorIdentifierList()
6742 if (getCurScope()->getFunctionPrototypeDepth() - 1 > in ParseParameterDeclarationClause()
6856 Decl *Param = Actions.ActOnParamDeclarator(getCurScope(), ParmDeclarator); in ParseParameterDeclarationClause()
6978 ExprResult ExprRes(Actions.ActOnNumericConstant(Tok, getCurScope())); in ParseBracketDeclarator()
6992 Actions.CodeCompleteBracketDeclarator(getCurScope()); in ParseBracketDeclarator()