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

/external/clang/include/clang/Parse/
H A DParser.h650 /// ParseScope - Introduces a new scope for parsing. The kind of
656 class ParseScope { class in class:clang::Parser
658 ParseScope(const ParseScope&); // do not implement
659 ParseScope& operator=(const ParseScope&); // do not implement
662 // ParseScope - Construct a new object to manage a scope in the
666 ParseScope(Parser *Self, unsigned ScopeFlags, bool ManageScope = true) function in class:clang::Parser::ParseScope
683 ~ParseScope() {
1573 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope
[all...]

Completed in 56 milliseconds