Searched refs:EnterScope (Results 1 – 7 of 7) sorted by relevance
91 void EnterScope(MachineBasicBlock *MBB);339 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE530 EnterScope(MBB); in PerformCSE()
100 void EnterScope(MachineBasicBlock *MBB);436 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE696 EnterScope(MBB); in PerformCSE()
195 void EnterScope(MachineBasicBlock *MBB);583 void MachineLICM::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICM682 EnterScope(MBB); in HoistOutOfLoop()
803 Self->EnterScope(ScopeFlags); in Self()827 void EnterScope(unsigned ScopeFlags);1217 bool EnterScope, bool OnDefinition);1219 bool EnterScope, bool OnDefinition);2310 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
1190 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument1196 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()1208 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument1239 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()1245 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()2045 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()2096 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()2136 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
373 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser455 EnterScope(Scope::DeclScope); in Initialize()
152 EnterScope(name); in AnalyzeFunction()165 void EnterScope(const MangledName& name) { in EnterScope() function in __anonceb59f9c0111::CalleesPrinter