Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h230 struct PreambleFileHash { struct
243 static PreambleFileHash createForFile(off_t Size, time_t ModTime); argument
244 static PreambleFileHash
247 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;
/external/clang/lib/Frontend/
DASTUnit.cpp1246 ASTUnit::PreambleFileHash
1247 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 …]