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

/external/clang/lib/Parse/
H A DParser.cpp336 /// Set the flags for the current scope to ScopeFlags. If ManageFlags is false,
339 bool ManageFlags)
340 : CurScope(ManageFlags ? Self->getCurScope() : 0) {
338 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags) argument

Completed in 31 milliseconds