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

/external/clang/include/clang/Serialization/
H A DASTReader.h1538 unsigned getTotalNumSLocs() const { function in class:clang::ASTReader
/external/clang/lib/Serialization/
H A DASTReader.cpp1207 if (unsigned(-ID) - 2 >= getTotalNumSLocs() || ID > 0) {
1347 if (unsigned(-ID) - 2 >= getTotalNumSLocs() || ID > 0) {
6773 if (unsigned TotalNumSLocEntries = getTotalNumSLocs())

Completed in 85 milliseconds