Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp672 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument
678 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
690 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument
721 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute()
724 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
H A DParser.cpp403 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
476 EnterScope(Scope::DeclScope); in Initialize()
H A DParseOpenMP.cpp3779 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
3923 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
H A DParseDecl.cpp2223 P.EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp132 void EnterScope(MachineBasicBlock *MBB);
497 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
775 EnterScope(MBB); in PerformCSE()
H A DMachineLICM.cpp233 void EnterScope(MachineBasicBlock *MBB);
662 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
760 EnterScope(MBB); in HoistOutOfLoop()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1093 Self->EnterScope(ScopeFlags); in Self()
1127 Self.EnterScope(ScopeFlags); in Enter()
1142 void EnterScope(unsigned ScopeFlags);
1550 bool EnterScope, bool OnDefinition);
1552 bool EnterScope, bool OnDefinition);
2933 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp10083 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument
10129 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7099 llvm::function_ref<Scope *()> EnterScope);