Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp882 auto emitNumToSkipComment = [&](uint32_t NumToSkip, bool InComment = false) { in emitTable() argument
884 OS << (InComment ? ", " : "// "); in emitTable()