Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp372 ExternalSLocEntries(0), LineTable(0), NumLinearScans(0), in SourceManager()
720 NumLinearScans += NumProbes+1; in getFileIDLocal()
801 NumLinearScans += NumProbes + 1; in getFileIDLoaded()
1863 llvm::errs() << "FileID scans: " << NumLinearScans << " linear, " in PrintStats()
/external/clang/include/clang/Basic/
DSourceManager.h571 mutable unsigned NumLinearScans, NumBinaryProbes; variable