Home
last modified time | relevance | path

Searched defs:EnterScope (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/lib/Parse/
DParseCXXInlineMethods.cpp672 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList()
690 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute()
DParser.cpp403 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
/external/llvm/lib/CodeGen/
DMachineCSE.cpp436 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
DMachineLICM.cpp583 void MachineLICM::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICM
/external/llvm-project/llvm/lib/CodeGen/
DMachineCSE.cpp497 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
DMachineLICM.cpp673 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp497 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
DMachineLICM.cpp668 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
/external/ruy/ruy/
Dtrace.h107 void EnterScope(const char* scope_name) { in EnterScope() function
/external/clang/lib/Parse/
DParser.cpp373 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
DParseDecl.cpp1190 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList()
1208 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp10004 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope()