Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp720 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 DParser.cpp420 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
486 EnterScope(Scope::DeclScope); in Initialize()
H A DParseDecl.cpp2479 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 DParseOpenMP.cpp4487 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 DMachineCSE.cpp118 void EnterScope(MachineBasicBlock *MBB);
514 void MachineCSEImpl::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSEImpl
788 EnterScope(MBB); in PerformCSE()
H A DMachineLICM.cpp250 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 DIncrementalParser.cpp60 P->EnterScope(Scope::DeclScope); in ParseOrWrapTopLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h409 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 DSemaDeclCXX.cpp10822 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument
10868 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5899 llvm::function_ref<Scope *()> EnterScope);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4452 {"_ZN5clang6Parser10EnterScopeEj", "clang::Parser::EnterScope(unsigned int)"},