Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h856 LateParsedAttrList(bool PSoon = false) : ParseSoon(PSoon) { } in ParseSoon() function
858 bool parseSoon() { return ParseSoon; } in parseSoon()
861 bool ParseSoon; // Are we planning to parse these shortly after creation?