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;
1229 ASTUnit::PreambleFileHash1230 ASTUnit::PreambleFileHash::createForFile(off_t Size, time_t ModTime) { in createForFile()1231 PreambleFileHash Result; in createForFile()1238 ASTUnit::PreambleFileHash ASTUnit::PreambleFileHash::createForMemoryBuffer( in createForMemoryBuffer()1240 PreambleFileHash Result; in createForMemoryBuffer()1252 bool operator==(const ASTUnit::PreambleFileHash &LHS, in operator ==()1253 const ASTUnit::PreambleFileHash &RHS) { in operator ==()1365 llvm::StringMap<PreambleFileHash> OverriddenFiles; in getMainBufferWithPrecompiledPreamble()1378 OverriddenFiles[R.first] = PreambleFileHash::createForFile( in getMainBufferWithPrecompiledPreamble()1386 PreambleFileHash::createForMemoryBuffer(RB.second); in getMainBufferWithPrecompiledPreamble()[all …]