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.cpp721 assert(LAs.parseSoon() && in ParseLexedAttributeList()
H A DParseDecl.cpp191 if (!ClassStack.empty() && !LateAttrs->parseSoon()) in ParseSingleGNUAttribute()
4776 assert(LAs.parseSoon() && in ParseLexedCAttributeList()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1202 bool parseSoon() { return ParseSoon; } in parseSoon() function