Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp672 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList()
690 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute()
H A DParser.cpp403 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp497 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
H A DMachineLICM.cpp662 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp10083 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope()