Searched refs:EnterScope (Results 1 – 10 of 10) sorted by relevance
672 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument678 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()690 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument721 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute()724 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
404 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser477 EnterScope(Scope::DeclScope); in Initialize()
3788 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()3932 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
2230 P.EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
132 void EnterScope(MachineBasicBlock *MBB);497 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE775 EnterScope(MBB); in PerformCSE()
233 void EnterScope(MachineBasicBlock *MBB);662 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase760 EnterScope(MBB); in HoistOutOfLoop()
160 P->EnterScope(Scope::DeclScope); in ParseOrWrapTopLevelDecl()
1094 Self->EnterScope(ScopeFlags); in Self()1128 Self.EnterScope(ScopeFlags); in Enter()1143 void EnterScope(unsigned ScopeFlags);1551 bool EnterScope, bool OnDefinition);1553 bool EnterScope, bool OnDefinition);2961 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
10090 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument10136 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
7169 llvm::function_ref<Scope *()> EnterScope);