Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp759 assert(LAs.parseSoon() && in ParseLexedAttributeList()
H A DParseDecl.cpp270 if (!ClassStack.empty() && !LateAttrs->parseSoon()) in ParseGNUAttributes()
4997 assert(LAs.parseSoon() && in ParseLexedCAttributeList()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1414 bool parseSoon() { return ParseSoon; } in parseSoon() function