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

/external/clang/include/clang/Parse/
H A DParser.h740 /// ParseScope - Introduces a new scope for parsing. The kind of
746 class ParseScope { class in class:clang::Parser
748 ParseScope(const ParseScope &) = delete;
749 void operator=(const ParseScope &) = delete;
752 // ParseScope - Construct a new object to manage a scope in the
755 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, function in class:clang::Parser::ParseScope
777 ~ParseScope() {
1735 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
1736 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope
[all...]

Completed in 4117 milliseconds