Home
last modified time | relevance | path

Searched defs:ExpectAndConsume (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParser.cpp110 bool Parser::ExpectAndConsume(tok::TokenKind ExpectedTok, unsigned DiagID, in ExpectAndConsume() function in Parser
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp1059 auto ExpectAndConsume = [&](StringRef Prefix) { in parseDiagText() local