HomeSort by relevance Sort by last modified time
    Searched defs:ParseScopeFlags (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
Parser.cpp 402 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags,
413 Parser::ParseScopeFlags::~ParseScopeFlags() {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 812 class ParseScopeFlags {
815 ParseScopeFlags(const ParseScopeFlags &) = delete;
816 void operator=(const ParseScopeFlags &) = delete;
819 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
820 ~ParseScopeFlags();
    [all...]

Completed in 63 milliseconds