Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp758 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList()
776 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute()
H A DParser.cpp420 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
H A DParseDecl.cpp4995 void Parser::ParseLexedCAttributeList(LateParsedAttrList &LAs, bool EnterScope, in ParseLexedCAttributeList()
5011 void Parser::ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope, in ParseLexedCAttribute()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp519 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
H A DMachineLICM.cpp764 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10602 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument