Searched refs:EnterScope (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 758 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument 764 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList() 776 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument 806 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute() 809 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
|
H A D | Parser.cpp | 420 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser 493 EnterScope(Scope::DeclScope); in Initialize()
|
H A D | ParseDecl.cpp | 2666 P.EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes() 4995 void Parser::ParseLexedCAttributeList(LateParsedAttrList &LAs, bool EnterScope, in ParseLexedCAttributeList() argument 5000 ParseLexedCAttribute(*LA, EnterScope, OutAttrs); in ParseLexedCAttributeList() 5011 void Parser::ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope, in ParseLexedCAttribute() argument 5032 (void)EnterScope; in ParseLexedCAttribute()
|
H A D | ParseOpenMP.cpp | 4435 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList() 4548 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList() 4655 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCSE.cpp | 144 void EnterScope(MachineBasicBlock *MBB); 519 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE 793 EnterScope(MBB); in PerformCSE()
|
H A D | MachineLICM.cpp | 255 void EnterScope(MachineBasicBlock *MBB); 764 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase 861 EnterScope(MBB); in HoistOutOfLoop()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1184 Self->EnterScope(ScopeFlags); in Self() 1218 Self.EnterScope(ScopeFlags); in Enter() 1233 void EnterScope(unsigned ScopeFlags); 1651 bool EnterScope, bool OnDefinition); 1652 void ParseLexedCAttributeList(LateParsedAttrList &LA, bool EnterScope, 1655 bool EnterScope, bool OnDefinition); 1656 void ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope, 3180 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 265 P->EnterScope(Scope::DeclScope); in ParseOrWrapTopLevelDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 10602 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument 10648 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 5484 llvm::function_ref<Scope *()> EnterScope);
|