Searched refs:EnterScope (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 720 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument 726 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList() 733 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument 763 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute() 766 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
|
| H A D | Parser.cpp | 420 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser 486 EnterScope(Scope::DeclScope); in Initialize()
|
| H A D | ParseDecl.cpp | 2479 P.EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes() 4774 void Parser::ParseLexedCAttributeList(LateParsedAttrList &LAs, bool EnterScope, in ParseLexedCAttributeList() argument 4779 ParseLexedCAttribute(*LA, EnterScope, OutAttrs); in ParseLexedCAttributeList() 4785 void Parser::ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope, in ParseLexedCAttribute() argument 4806 (void)EnterScope; in ParseLexedCAttribute()
|
| H A D | ParseOpenMP.cpp | 4487 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList() 4600 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList() 4708 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 118 void EnterScope(MachineBasicBlock *MBB); 514 void MachineCSEImpl::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSEImpl 788 EnterScope(MBB); in PerformCSE()
|
| H A D | MachineLICM.cpp | 250 void EnterScope(MachineBasicBlock *MBB); 792 void MachineLICMImpl::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMImpl 889 EnterScope(MBB); in HoistOutOfLoop()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | IncrementalParser.cpp | 60 P->EnterScope(Scope::DeclScope); in ParseOrWrapTopLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 409 Self->EnterScope(ScopeFlags); in Self() 441 Self.EnterScope(ScopeFlags); in Enter() 454 void EnterScope(unsigned ScopeFlags); 1338 bool EnterScope, bool OnDefinition); 1345 void ParseLexedAttribute(LateParsedAttribute &LA, bool EnterScope, 1479 void ParseLexedCAttributeList(LateParsedAttrList &LA, bool EnterScope, 1487 void ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope, 2533 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 10822 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument 10868 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5899 llvm::function_ref<Scope *()> EnterScope);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4452 {"_ZN5clang6Parser10EnterScopeEj", "clang::Parser::EnterScope(unsigned int)"},
|