Home
last modified time | relevance | path

Searched refs:ParseSoon (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h949 LateParsedAttrList(bool PSoon = false) : ParseSoon(PSoon) { } in ParseSoon() function
951 bool parseSoon() { return ParseSoon; } in parseSoon()
954 bool ParseSoon; // Are we planning to parse these shortly after creation?