Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h171 llvm::DenseMap<const FileEntry *, uint32_t> InputFileIDs; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1497 uint32_t &InputFileID = InputFileIDs[Entry.File]; in WriteInputFiles()
1985 assert(InputFileIDs[Content->OrigEntry] != 0 && "Missed file entry"); in WriteSourceManagerBlock()
1986 Record.push_back(InputFileIDs[Content->OrigEntry]); in WriteSourceManagerBlock()