Searched refs:PreambleFileHash (Results 1 – 2 of 2) sorted by relevance
228 struct PreambleFileHash { struct241 static PreambleFileHash createForFile(off_t Size, time_t ModTime); argument242 static PreambleFileHash245 friend bool operator==(const PreambleFileHash &LHS,246 const PreambleFileHash &RHS);248 friend bool operator!=(const PreambleFileHash &LHS,249 const PreambleFileHash &RHS) {270 llvm::StringMap<PreambleFileHash> FilesInPreamble;
1242 ASTUnit::PreambleFileHash1243 ASTUnit::PreambleFileHash::createForFile(off_t Size, time_t ModTime) { in createForFile()1244 PreambleFileHash Result; in createForFile()1251 ASTUnit::PreambleFileHash ASTUnit::PreambleFileHash::createForMemoryBuffer( in createForMemoryBuffer()1253 PreambleFileHash Result; in createForMemoryBuffer()1265 bool operator==(const ASTUnit::PreambleFileHash &LHS, in operator ==()1266 const ASTUnit::PreambleFileHash &RHS) { in operator ==()1382 llvm::StringMap<PreambleFileHash> OverriddenFiles; in getMainBufferWithPrecompiledPreamble()1395 OverriddenFiles[R.first] = PreambleFileHash::createForFile( in getMainBufferWithPrecompiledPreamble()1403 PreambleFileHash::createForMemoryBuffer(RB.second); in getMainBufferWithPrecompiledPreamble()[all …]