Lines Matching refs:getCurScope

726       Actions.ActOnReenterCXXMethodParameter(getCurScope(), Param);  in ParseGNUAttributeArgs()
2119 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseSimpleDeclaration()
2501 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclGroup()
2511 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, ThisDecl); in ParseDeclGroup()
2599 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); in ParseDeclGroup()
2667 S = P.getCurScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
2679 S = P.getCurScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
2710 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclarationAfterDeclaratorAndAttributes()
2715 ThisDecl = Actions.ActOnTemplateDeclarator(getCurScope(), in ParseDeclarationAfterDeclaratorAndAttributes()
2729 getCurScope(), TemplateInfo.ExternLoc, TemplateInfo.TemplateLoc, D); in ParseDeclarationAfterDeclaratorAndAttributes()
2744 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclarationAfterDeclaratorAndAttributes()
2760 Actions.ActOnTemplateDeclarator(getCurScope(), FakedParamLists, D); in ParseDeclarationAfterDeclaratorAndAttributes()
2793 Actions.CodeCompletion().CodeCompleteInitializer(getCurScope(), in ParseDeclarationAfterDeclaratorAndAttributes()
3076 switch (Actions.isTagName(*Tok.getIdentifierInfo(), getCurScope())) { in ParseImplicitInt()
3100 if (Actions.LookupName(R, getCurScope())) { in ParseImplicitInt()
3168 if (getCurScope()->isFunctionPrototypeScope()) in ParseImplicitInt()
3187 Actions.DiagnoseUnknownTypeName(II, Loc, getCurScope(), SS, T, in ParseImplicitInt()
3496 getCurScope(), SS, Name, AfterScope.getLocation(), Next, in DiagnoseMissingSemiAfterTagDefinition()
3725 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
3736 getCurScope(), DS, AllowNonIdentifiers, AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
3747 else if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()
3753 Actions.CodeCompletion().CodeCompleteOrdinaryName(getCurScope(), CCC); in ParseDeclarationSpecifiers()
3807 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS) && in ParseDeclarationSpecifiers()
3867 Actions.isCurrentClassName(*Next.getIdentifierInfo(), getCurScope(), in ParseDeclarationSpecifiers()
3882 *Next.getIdentifierInfo(), Next.getLocation(), getCurScope(), &SS, in ParseDeclarationSpecifiers()
4049 Actions.isCurrentClassName(*Tok.getIdentifierInfo(), getCurScope()) && in ParseDeclarationSpecifiers()
4056 *Tok.getIdentifierInfo(), Tok.getLocation(), getCurScope(), nullptr, in ParseDeclarationSpecifiers()
4084 Actions.isDeductionGuideName(getCurScope(), *Tok.getIdentifierInfo(), in ParseDeclarationSpecifiers()
4196 Actions.isCurrentClassName(*TemplateId->Name, getCurScope()) && in ParseDeclarationSpecifiers()
4422 Scope *CurS = getCurScope(); in ParseDeclarationSpecifiers()
4932 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseStructDeclaration()
5044 Actions.ActOnFinishDelayedAttribute(getCurScope(), D, Attrs); in ParseLexedCAttribute()
5081 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl); in ParseStructUnionBody()
5141 Actions.ActOnField(getCurScope(), TagDecl, in ParseStructUnionBody()
5166 Actions.ObjC().ActOnDefs(getCurScope(), TagDecl, Tok.getLocation(), in ParseStructUnionBody()
5198 Actions.ActOnFields(getCurScope(), RecordLoc, TagDecl, FieldDecls, in ParseStructUnionBody()
5201 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl, T.getRange()); in ParseStructUnionBody()
5241 Actions.CodeCompletion().CodeCompleteTag(getCurScope(), DeclSpec::TST_enum); in ParseEnumSpecifier()
5350 getCurScope()->isClassScope() && ScopedEnumKWLoc.isInvalid() && Name; in ParseEnumSpecifier()
5531 SkipBody = Actions.shouldSkipAnonEnumBody(getCurScope(), in ParseEnumSpecifier()
5540 Actions.ActOnTag(getCurScope(), DeclSpec::TST_enum, TUK, StartLoc, SS, in ParseEnumSpecifier()
5574 getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc); in ParseEnumSpecifier()
5631 Actions.ActOnTagStartDefinition(getCurScope(), EnumDecl); in ParseEnumBody()
5685 getCurScope(), EnumDecl, LastEnumConstDecl, IdentLoc, Ident, attrs, in ParseEnumBody()
5739 getCurScope(), attrs); in ParseEnumBody()
5750 Actions.ActOnTagFinishDefinition(getCurScope(), EnumDecl, T.getRange()); in ParseEnumBody()
5754 bool CanBeBitfield = getCurScope()->isClassScope(); in ParseEnumBody()
5970 TopLevelStmtDecl *TLSD = Actions.ActOnStartTopLevelStmtDecl(getCurScope()); in ParseTopLevelStmtDecl()
5990 TopLevelStmtDecl *D = Actions.ActOnStartTopLevelStmtDecl(getCurScope()); in ParseTopLevelStmtDecl()
6297 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in isConstructorDeclarator()
6906 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
6988 Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
7073 Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
7495 assert(getCurScope()->isFunctionPrototypeScope() && in ParseFunctionDeclarator()
7653 if (getCurScope()->isFunctionDeclarationScope() && !getLangOpts().CPlusPlus) { in ParseFunctionDeclarator()
7654 for (Decl *D : getCurScope()->decls()) { in ParseFunctionDeclarator()
7769 if (Actions.getTypeName(*ParmII, Tok.getLocation(), getCurScope())) in ParseFunctionDeclaratorIdentifierList()
7829 if (getCurScope()->getFunctionPrototypeDepth() - 1 > in ParseParameterDeclarationClause()
7993 Actions.ActOnParamDeclarator(getCurScope(), ParmDeclarator, ThisLoc); in ParseParameterDeclarationClause()
8121 ExprResult ExprRes(Actions.ActOnNumericConstant(Tok, getCurScope())); in ParseBracketDeclarator()
8136 Actions.CodeCompletion().CodeCompleteBracketDeclarator(getCurScope()); in ParseBracketDeclarator()