Searched defs:PrintComma (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
H A DASTConsumers.cpp270 bool PrintComma = false; local
272 if (PrintComma)
275 PrintComma = true;
292 bool PrintComma = false; local
294 if (PrintComma)
297 PrintComma = true;
321 bool PrintComma = false; local
323 if (PrintComma)
326 PrintComma = true;

Completed in 545 milliseconds