Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp404 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
477 EnterScope(Scope::DeclScope); in Initialize()
H A DParseOpenMP.cpp3788 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
3932 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
H A DParseDecl.cpp2230 P.EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp160 P->EnterScope(Scope::DeclScope); in ParseOrWrapTopLevelDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1094 Self->EnterScope(ScopeFlags); in Self()
1128 Self.EnterScope(ScopeFlags); in Enter()
1143 void EnterScope(unsigned ScopeFlags);
1551 bool EnterScope, bool OnDefinition);
1553 bool EnterScope, bool OnDefinition);
2961 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10090 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument
10136 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7169 llvm::function_ref<Scope *()> EnterScope);