Home | History | Annotate | Download | only in libclang

Lines Matching refs:Log

411   LogRef Log = Logger::make(__func__);
414 if (Log)
415 *Log << "Null cursor";
419 if (Log)
420 *Log << "Got CXCursor_NoDeclFound";
424 if (Log)
425 *Log << "Null file";
429 if (Log)
430 *Log << "Null visitor";
434 if (Log)
435 *Log << cursor << " @" << static_cast<const FileEntry *>(file);
465 if (Log)
466 *Log << "cursor is not referencing a declaration";
485 LogRef Log = Logger::make(__func__);
487 if (Log)
488 *Log << "Null file";
492 if (Log)
493 *Log << "Null visitor";
497 if (Log)
498 *Log << TU << " @" << static_cast<const FileEntry *>(file);