Searched refs:ParseScope (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c177 return (ParserState->Scope->ParseScope.Op);
201 ((ParserState->Aml >= ParserState->Scope->ParseScope.ArgEnd ||
202 !ParserState->Scope->ParseScope.ArgCount)));
237 Scope->ParseScope.Op = RootOp;
238 Scope->ParseScope.ArgCount = ACPI_VAR_ARGS;
239 Scope->ParseScope.ArgEnd = ParserState->AmlEnd;
240 Scope->ParseScope.PkgEnd = ParserState->AmlEnd;
284 Scope->ParseScope.Op = Op;
285 Scope->ParseScope.ArgList = RemainingArgs;
286 Scope->ParseScope
[all...]
H A Dpsloop.c400 if ((ParserState->Scope->ParseScope.Op) &&
401 ((ParserState->Scope->ParseScope.Op->Common.AmlOpcode == AML_IF_OP) ||
402 (ParserState->Scope->ParseScope.Op->Common.AmlOpcode == AML_WHILE_OP)) &&
H A Dpsparse.c489 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd;
511 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd;
H A Dpsobject.c617 WalkState->ParserState.Scope->ParseScope.ArgCount--;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp275 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
286 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
303 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
314 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
480 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
487 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
497 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
526 ParseScope FnScope(this, Scope::FnScope | Scope::DeclScope |
584 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
594 ParseScope ClassScop
[all...]
H A DParseStmt.cpp516 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope |
568 ParseScope FinallyScope(this, 0);
893 ParseScope CompoundScope(this, ScopeFlags);
1327 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX);
1359 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace));
1403 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX,
1480 ParseScope SwitchScope(this, ScopeFlags);
1517 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace));
1569 ParseScope WhileScope(this, ScopeFlags);
1588 ParseScope InnerScop
[all...]
H A DParseTemplate.cpp71 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
850 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
1637 SmallVector<ParseScope*, 4> TemplateParamScopeStack;
1663 new ParseScope(this, Scope::TemplateParamScope));
1668 TemplateParamScopeStack.push_back(new ParseScope(this, Scope::DeclScope));
1687 ParseScope FnScope(this, Scope::FnScope | Scope::DeclScope |
1719 SmallVectorImpl<ParseScope *>::reverse_iterator I =
H A DParseDeclCXX.cpp212 ParseScope NamespaceScope(this, Scope::DeclScope);
259 ParseScope NamespaceScope(this, Scope::DeclScope);
337 ParseScope LinkageScope(this, Scope::DeclScope);
420 ParseScope ExportScope(this, Scope::DeclScope);
3028 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope);
3213 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope);
3269 ParseScope InheritanceScope(this, getCurScope()->getFlags() |
3810 ParseScope ParamScope(this,
H A DParseObjc.cpp1395 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
1909 ParseScope ClassScope(this, Scope::DeclScope|Scope::ClassScope);
2475 ParseScope bodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope);
2511 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope);
2532 ParseScope CatchScope(this, Scope::DeclScope |
2578 ParseScope FinallyScope(this,
2629 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope);
3664 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) |
H A DParseOpenMP.cpp341 ParseScope OMPDRScope(this, Scope::FnScope | Scope::DeclScope |
376 ParseScope OMPDRScope(this, Scope::FnScope | Scope::DeclScope |
567 ParseScope OMPDirectiveScope(this, ScopeFlags);
640 Parser::ParseScope *TempScope;
641 Parser::ParseScope *FnScope;
662 new Parser::ParseScope(&P, Scope::TemplateParamScope, HasTemplateScope);
668 FnScope = new Parser::ParseScope(
1925 ParseScope OMPDirectiveScope(this, ScopeFlags);
H A DParser.cpp1192 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope |
1223 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope |
1242 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope |
1372 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
H A DParseDecl.cpp467 llvm::Optional<ParseScope> PrototypeScope;
1431 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
1439 ParseScope ClassScope(this, ScopeFlags, !AlreadyHasClassScope);
1509 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope);
1515 ParseScope FnScope(
4224 ParseScope StructScope(this, Scope::ClassScope|Scope::DeclScope);
4728 ParseScope EnumScope(this, Scope::DeclScope | Scope::EnumScope);
6107 ParseScope PrototypeScope(this,
6325 ParseScope PrototypeScope(this,
H A DParseExprCXX.cpp1260 ParseScope TemplateParamScope(this, Scope::TemplateParamScope,
1287 ParseScope PrototypeScope(this,
1483 ParseScope BodyScope(this, ScopeFlags);
3291 ParseScope LocalParametersScope(this, Scope::FunctionPrototypeScope |
3325 ParseScope BodyScope(this, Scope::DeclScope);
H A DParseExpr.cpp3235 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope |
H A DParsePragma.cpp661 ParseScope CapturedRegionScope(this, Scope::FnScope | Scope::DeclScope |
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1018 /// ParseScope - Introduces a new scope for parsing. The kind of
1024 class ParseScope { class in namespace:clang
1026 ParseScope(const ParseScope &) = delete;
1027 void operator=(const ParseScope &) = delete;
1030 // ParseScope - Construct a new object to manage a scope in the
1033 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, function in class:clang::ParseScope
1055 ~ParseScope() {
2202 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
2203 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h288 bool ParseScope(SyncScope::ID &SSID);
H A DLLParser.cpp2215 return ParseScope(SSID) || ParseOrdering(Ordering);
2218 /// ParseScope
2222 bool LLParser::ParseScope(SyncScope::ID &SSID) {
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h934 ACPI_PSCOPE_STATE ParseScope; member in union:acpi_generic_state

Completed in 400 milliseconds