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

/external/clang/lib/Parse/
H A DParser.cpp338 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags, function in class:Parser::ParseScopeFlags
349 Parser::ParseScopeFlags::~ParseScopeFlags() {
/external/clang/include/clang/Parse/
H A DParser.h694 class ParseScopeFlags { class in class:clang::Parser
697 ParseScopeFlags(const ParseScopeFlags &); // do not implement
698 void operator=(const ParseScopeFlags &); // do not implement
701 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
702 ~ParseScopeFlags();

Completed in 116 milliseconds