Searched defs:EnterScope (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 741 ParseLexedAttributeList(LateParsedAttrList & LAs,Decl * D,bool EnterScope,bool OnDefinition) ParseLexedAttributeList() argument 759 ParseLexedAttribute(LateParsedAttribute & LA,bool EnterScope,bool OnDefinition) ParseLexedAttribute() argument
|
H A D | Parser.cpp | 420 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
|
H A D | ParseDecl.cpp | 4988 ParseLexedCAttributeList(LateParsedAttrList & LAs,bool EnterScope,ParsedAttributes * OutAttrs) ParseLexedCAttributeList() argument 5004 ParseLexedCAttribute(LateParsedAttribute & LA,bool EnterScope,ParsedAttributes * OutAttrs) ParseLexedCAttribute() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCSE.cpp | 519 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { EnterScope() function in MachineCSE
|
H A D | MachineLICM.cpp | 764 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { EnterScope() function in MachineLICMBase
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 10569 ActOnReenterTemplateScope(Decl * D,llvm::function_ref<Scope * ()> EnterScope) ActOnReenterTemplateScope() argument
|