HomeSort by: relevance | last modified time | path
    Searched defs:ParseScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1074 /// ParseScope - Introduces a new scope for parsing. The kind of
1080 class ParseScope {
1082 ParseScope(const ParseScope &) = delete;
1083 void operator=(const ParseScope &) = delete;
1086 // ParseScope - Construct a new object to manage a scope in the
1089 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
1111 ~ParseScope() {
2320 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
2321 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 836 ACPI_PSCOPE_STATE ParseScope;

Completed in 19 milliseconds