Searched refs:setOutput (Results 1 – 3 of 3) sorted by relevance
374 void setOutput(raw_ostream &os);
133 void setOutput(const Twine &Output) { in setOutput() function in __anon6243dda10111::SimpleTimer369 Timer.setOutput("Cache global code completions for " + getMainFileName()); in CacheCodeCompletionResults()1359 PreambleTimer.setOutput("Precompiling preamble"); in getMainBufferWithPrecompiledPreamble()1662 ParsingTimer.setOutput("Parsing " + getMainFileName()); in LoadFromCompilerInvocation()1822 ParsingTimer.setOutput("Reparsing " + getMainFileName()); in Reparse()2134 CompletionTimer.setOutput("Code completion @ " + File + ":" + in CodeComplete()
471 void DefaultTimingManager::setOutput(raw_ostream &os) { impl->output = &os; } in setOutput() function in DefaultTimingManager