Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h228 struct PreambleFileHash { struct
241 static PreambleFileHash createForFile(off_t Size, time_t ModTime); argument
242 static PreambleFileHash
245 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;
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1242 ASTUnit::PreambleFileHash
1243 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 …]