Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp217 ++NumFileLookups; in getFileRef()
392 ++NumFileLookups; in getVirtualFileRef()
679 NumFileLookups += Other.NumFileLookups; in AddStats()
692 llvm::errs() << NumFileLookups << " file lookups, " in PrintStats()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h119 unsigned NumFileLookups = 0; variable