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

/external/clang/include/clang/Parse/
H A DParser.h635 /// ParseScope - Introduces a new scope for parsing. The kind of
641 class ParseScope { class in class:clang::Parser
643 ParseScope(const ParseScope &) LLVM_DELETED_FUNCTION;
644 void operator=(const ParseScope &) LLVM_DELETED_FUNCTION;
647 // ParseScope - Construct a new object to manage a scope in the
651 ParseScope(Parser *Self, unsigned ScopeFlags, bool ManageScope = true) function in class:clang::Parser::ParseScope
668 ~ParseScope() {
1581 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
1582 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope
[all...]

Completed in 37 milliseconds