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

/external/clang/lib/Parse/
H A DParser.cpp392 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags, function in class:Parser::ParseScopeFlags
403 Parser::ParseScopeFlags::~ParseScopeFlags() {
/external/clang/include/clang/Parse/
H A DParser.h695 class ParseScopeFlags { class in class:clang::Parser
698 ParseScopeFlags(const ParseScopeFlags &); // do not implement
699 void operator=(const ParseScopeFlags &); // do not implement
702 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
703 ~ParseScopeFlags();

Completed in 60 milliseconds