Searched refs:EnterScope (Results 1 – 6 of 6) sorted by relevance
100 void EnterScope(MachineBasicBlock *MBB);436 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE701 EnterScope(MBB); in PerformCSE()
229 void EnterScope(MachineBasicBlock *MBB);669 void MachineLICM::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICM770 EnterScope(MBB); in HoistOutOfLoop()
759 Self->EnterScope(ScopeFlags); in Self()783 void EnterScope(unsigned ScopeFlags);1173 bool EnterScope, bool OnDefinition);1175 bool EnterScope, bool OnDefinition);2170 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
1130 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument1136 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()1149 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument1180 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()1186 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()1943 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()1993 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()2033 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
352 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser425 EnterScope(Scope::DeclScope); in Initialize()
152 EnterScope(name); in AnalyzeFunction()165 void EnterScope(const MangledName& name) { in EnterScope() function in __anond932a49f0111::CalleesPrinter