Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h1537 unsigned getTotalNumSLocs() const { in getTotalNumSLocs() function
/external/clang/lib/Serialization/
DASTReader.cpp1199 if (unsigned(-ID) - 2 >= getTotalNumSLocs() || ID > 0) { in ReadSLocEntry()
1328 if (unsigned(-ID) - 2 >= getTotalNumSLocs() || ID > 0) { in getModuleImportLoc()
6917 if (unsigned TotalNumSLocEntries = getTotalNumSLocs()) in PrintStats()