HomeSort by: relevance | last modified time | path
    Searched refs:getTotalNumSLocs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 1752 unsigned getTotalNumSLocs() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 1426 if (unsigned(-ID) - 2 >= getTotalNumSLocs() || ID > 0) {
1600 if (unsigned(-ID) - 2 >= getTotalNumSLocs() || ID > 0) {
7725 if (unsigned TotalNumSLocEntries = getTotalNumSLocs())

Completed in 26 milliseconds