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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 524 virtual bool ReadSLocEntry(int ID) = 0;
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 2079 bool ReadSLocEntry(int ID) override;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 436 if (ExternalSLocEntries->ReadSLocEntry(-(static_cast<int>(Index) + 2))) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 1422 bool ASTReader::ReadSLocEntry(int ID) {
4294 // Load it through the SourceManager and don't call ReadSLocEntry()
4296 // calling ReadSLocEntry() directly would trigger an assertion in

Completed in 51 milliseconds