Home
last modified time | relevance | path

Searched defs:ScopeFlags (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h44 enum ScopeFlags { enum
230 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) in Scope()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp958 unsigned ScopeFlags) { in ParseCompoundStatement()
1658 unsigned ScopeFlags = Scope::SwitchScope; in ParseSwitchStatement() local
1747 unsigned ScopeFlags; in ParseWhileStatement() local
1804 unsigned ScopeFlags; in ParseDoStatement() local
1948 unsigned ScopeFlags = 0; in ParseForStatement() local
H A DParser.cpp404 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope()
433 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags, in ParseScopeFlags()
H A DParseOpenMP.cpp593 unsigned ScopeFlags = Scope::FnScope | Scope::DeclScope | in ParseOpenMPDeclareMapperDirective() local
2488 unsigned ScopeFlags = Scope::FnScope | Scope::DeclScope | in ParseOpenMPDeclarativeOrExecutableDirective() local
H A DParseExprCXX.cpp1459 unsigned ScopeFlags = Scope::BlockScope | Scope::FnScope | Scope::DeclScope | in ParseLambdaExpressionAfterIntroducer() local
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1143 void Enter(unsigned ScopeFlags) { in Enter()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp14010 const unsigned ScopeFlags = getCurScope()->getFlags(); in DiagnoseCommaOperator() local