Searched refs:PreambleFileHash (Results 1 – 2 of 2) sorted by relevance
230 struct PreambleFileHash { struct243 static PreambleFileHash createForFile(off_t Size, time_t ModTime); argument244 static PreambleFileHash247 friend bool operator==(const PreambleFileHash &LHS,248 const PreambleFileHash &RHS);250 friend bool operator!=(const PreambleFileHash &LHS,251 const PreambleFileHash &RHS) {272 llvm::StringMap<PreambleFileHash> FilesInPreamble;
1246 ASTUnit::PreambleFileHash1247 ASTUnit::PreambleFileHash::createForFile(off_t Size, time_t ModTime) { in createForFile()1248 PreambleFileHash Result; in createForFile()1255 ASTUnit::PreambleFileHash ASTUnit::PreambleFileHash::createForMemoryBuffer( in createForMemoryBuffer()1257 PreambleFileHash Result; in createForMemoryBuffer()1269 bool operator==(const ASTUnit::PreambleFileHash &LHS, in operator ==()1270 const ASTUnit::PreambleFileHash &RHS) { in operator ==()1383 llvm::StringMap<PreambleFileHash> OverriddenFiles; in getMainBufferWithPrecompiledPreamble()1396 OverriddenFiles[R.first] = PreambleFileHash::createForFile( in getMainBufferWithPrecompiledPreamble()1404 PreambleFileHash::createForMemoryBuffer(RB.second); in getMainBufferWithPrecompiledPreamble()[all …]