Searched defs:EnterScope (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | ParseCXXInlineMethods.cpp | 695 ParseLexedAttributeList(LateParsedAttrList & LAs,Decl * D,bool EnterScope,bool OnDefinition) ParseLexedAttributeList() argument |
H A D | Parser.cpp | 419 /// EnterScope - Start a new scope. in EnterScope() function in Parser |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineCSE.cpp | 519 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE |
H A D | MachineLICM.cpp | 695 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { EnterScope() function in MachineLICMBase |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclCXX.cpp | 10668 ActOnReenterTemplateScope(Decl * D,llvm::function_ref<Scope * ()> EnterScope) ActOnReenterTemplateScope() argument |