Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp695 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument
701 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
713 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument
743 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute()
746 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
H A DParser.cpp419 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
492 EnterScope(Scope::DeclScope); in Initialize()
H A DParseOpenMP.cpp4492 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4605 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4710 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
H A DParseDecl.cpp2477 P.EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp144 void EnterScope(MachineBasicBlock *MBB);
519 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
793 EnterScope(MBB); in PerformCSE()
H A DMachineLICM.cpp255 void EnterScope(MachineBasicBlock *MBB);
695 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
792 EnterScope(MBB); in HoistOutOfLoop()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1148 Self->EnterScope(ScopeFlags); in Self()
1182 Self.EnterScope(ScopeFlags); in Enter()
1197 void EnterScope(unsigned ScopeFlags);
1604 bool EnterScope, bool OnDefinition);
1606 bool EnterScope, bool OnDefinition);
3098 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp265 P->EnterScope(Scope::DeclScope); in ParseOrWrapTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10668 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument
10714 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7897 llvm::function_ref<Scope *()> EnterScope);