Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp158 ++NumDirLookups; in getDirectoryRef()
678 NumDirLookups += Other.NumDirLookups; in AddStats()
690 llvm::errs() << NumDirLookups << " dir lookups, " in PrintStats()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h118 unsigned NumDirLookups = 0; variable