Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp692 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument
698 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
710 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument
740 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute()
743 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.cpp4373 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4434 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4539 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
H A DParseDecl.cpp2338 P.EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp141 void EnterScope(MachineBasicBlock *MBB);
517 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
791 EnterScope(MBB); in PerformCSE()
H A DMachineLICM.cpp235 void EnterScope(MachineBasicBlock *MBB);
680 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
775 EnterScope(MBB); in HoistOutOfLoop()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalParser.cpp168 P->EnterScope(Scope::DeclScope); in ParseOrWrapTopLevelDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1128 Self->EnterScope(ScopeFlags); in Self()
1162 Self.EnterScope(ScopeFlags); in Enter()
1177 void EnterScope(unsigned ScopeFlags);
1584 bool EnterScope, bool OnDefinition);
1586 bool EnterScope, bool OnDefinition);
3034 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp10371 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument
10417 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7713 llvm::function_ref<Scope *()> EnterScope);