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

  /external/clang/include/clang/Parse/
Parser.h 805 LateParsedAttrList(bool PSoon = false) : ParseSoon(PSoon) { }
807 bool parseSoon() { return ParseSoon; }
810 bool ParseSoon; // Are we planning to parse these shortly after creation?
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 151 if (!ClassStack.empty() && !LateAttrs->parseSoon())
907 assert(LAs.parseSoon() &&
    [all...]

Completed in 64 milliseconds