Home
last modified time | relevance | path

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

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