Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp110 class SimpleTimer { class
116 explicit SimpleTimer(bool WantTiming) : WantTiming(WantTiming) { in SimpleTimer() function in __anon0cd8e0a00111::SimpleTimer
121 ~SimpleTimer() { in ~SimpleTimer()
366 SimpleTimer Timer(WantTiming); in CacheCodeCompletionResults()
1346 SimpleTimer PreambleTimer(WantTiming); in getMainBufferWithPrecompiledPreamble()
1655 SimpleTimer ParsingTimer(WantTiming); in LoadFromCompilerInvocation()
1809 SimpleTimer ParsingTimer(WantTiming); in Reparse()
2120 SimpleTimer CompletionTimer(WantTiming); in CodeComplete()