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.cpp156 ++NumDirLookups; in getDirectoryRef()
666 NumDirLookups += Other.NumDirLookups; in AddStats()
678 llvm::errs() << NumDirLookups << " dir lookups, " in PrintStats()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h118 unsigned NumDirLookups = 0; variable