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

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h 171 llvm::DenseMap<const FileEntry *, uint32_t> InputFileIDs;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1497 uint32_t &InputFileID = InputFileIDs[Entry.File];
1985 assert(InputFileIDs[Content->OrigEntry] != 0 && "Missed file entry");
1986 Record.push_back(InputFileIDs[Content->OrigEntry]);

Completed in 30 milliseconds