Searched refs:EnterScope (Results 1 – 9 of 9) 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()
403 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser476 EnterScope(Scope::DeclScope); in Initialize()
3779 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()3923 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
2223 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()
1093 Self->EnterScope(ScopeFlags); in Self()1127 Self.EnterScope(ScopeFlags); in Enter()1142 void EnterScope(unsigned ScopeFlags);1550 bool EnterScope, bool OnDefinition);1552 bool EnterScope, bool OnDefinition);2933 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
10083 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument10129 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
7099 llvm::function_ref<Scope *()> EnterScope);