Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h1538 unsigned getTotalNumSLocs() const { in getTotalNumSLocs() function
/external/clang/lib/Serialization/
DASTReader.cpp1207 if (unsigned(-ID) - 2 >= getTotalNumSLocs() || ID > 0) { in ReadSLocEntry()
1347 if (unsigned(-ID) - 2 >= getTotalNumSLocs() || ID > 0) { in getModuleImportLoc()
6773 if (unsigned TotalNumSLocEntries = getTotalNumSLocs()) in PrintStats()