Home
last modified time | relevance | path

Searched refs:EnterScope (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp687 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument
693 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
705 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument
735 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute()
738 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
H A DParser.cpp404 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
477 EnterScope(Scope::DeclScope); in Initialize()
H A DParseOpenMP.cpp4223 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4366 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
H A DParseDecl.cpp2319 P.EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp136 void EnterScope(MachineBasicBlock *MBB);
501 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
776 EnterScope(MBB); in PerformCSE()
H A DMachineLICM.cpp235 void EnterScope(MachineBasicBlock *MBB);
681 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
776 EnterScope(MBB); in HoistOutOfLoop()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp165 P->EnterScope(Scope::DeclScope); in ParseOrWrapTopLevelDecl()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1110 Self->EnterScope(ScopeFlags); in Self()
1144 Self.EnterScope(ScopeFlags); in Enter()
1159 void EnterScope(unsigned ScopeFlags);
1566 bool EnterScope, bool OnDefinition);
1568 bool EnterScope, bool OnDefinition);
2945 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp10283 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument
10329 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7466 llvm::function_ref<Scope *()> EnterScope);