Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h359 raw_ostream &getVerboseOutputStream() { in getVerboseOutputStream() function
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp942 CI.getVerboseOutputStream() << getInputBufferName() << ":\n" in PrepareToExecuteAction()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp1004 raw_ostream &OS = getVerboseOutputStream(); in ExecuteAction()