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

/external/clang/include/clang/Parse/
H A DParser.h751 /// ParseScope - Introduces a new scope for parsing. The kind of
757 class ParseScope { class in class:clang::Parser
759 ParseScope(const ParseScope &) LLVM_DELETED_FUNCTION;
760 void operator=(const ParseScope &) LLVM_DELETED_FUNCTION;
763 // ParseScope - Construct a new object to manage a scope in the
766 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, function in class:clang::Parser::ParseScope
788 ~ParseScope() {
1747 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
1748 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope
[all...]

Completed in 335 milliseconds