Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp107 class SimpleTimer { class
113 explicit SimpleTimer(bool WantTiming) : WantTiming(WantTiming) { in SimpleTimer() function in __anone37b80710111::SimpleTimer
118 ~SimpleTimer() { in ~SimpleTimer()
364 SimpleTimer Timer(WantTiming); in CacheCodeCompletionResults()
1407 SimpleTimer PreambleTimer(WantTiming); in getMainBufferWithPrecompiledPreamble()
1721 SimpleTimer ParsingTimer(WantTiming); in LoadFromCompilerInvocation()
1891 SimpleTimer ParsingTimer(WantTiming); in Reparse()
2207 SimpleTimer CompletionTimer(WantTiming); in CodeComplete()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc769 {"_ZN12_GLOBAL__N_111SimpleTimerD1Ev", "(anonymous namespace)::SimpleTimer::~SimpleTimer()"},