Searched refs:EnterScope (Results 1 – 10 of 10) sorted by relevance
687 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument693 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()705 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument735 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute()738 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
404 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser477 EnterScope(Scope::DeclScope); in Initialize()
4223 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()4366 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
2319 P.EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
136 void EnterScope(MachineBasicBlock *MBB);501 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE776 EnterScope(MBB); in PerformCSE()
235 void EnterScope(MachineBasicBlock *MBB);681 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase776 EnterScope(MBB); in HoistOutOfLoop()
165 P->EnterScope(Scope::DeclScope); in ParseOrWrapTopLevelDecl()
1110 Self->EnterScope(ScopeFlags); in Self()1144 Self.EnterScope(ScopeFlags); in Enter()1159 void EnterScope(unsigned ScopeFlags);1566 bool EnterScope, bool OnDefinition);1568 bool EnterScope, bool OnDefinition);2945 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
10283 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument10329 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
7466 llvm::function_ref<Scope *()> EnterScope);