Searched refs:UseLineComment (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp611 bool UseLineComment = local
614 UseLineComment = false;
617 OS << (UseLineComment ? "// " : "/*");
623 if ((Flags & MTRF_Comment) && !UseLineComment)

Completed in 158 milliseconds