Searched defs:EnterScope (Results 1 – 6 of 6) sorted by relevance
758 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList()776 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute()
420 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
4995 void Parser::ParseLexedCAttributeList(LateParsedAttrList &LAs, bool EnterScope, in ParseLexedCAttributeList()5011 void Parser::ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope, in ParseLexedCAttribute()
519 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
764 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
10602 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument