Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
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;
/external/clang/lib/Frontend/
DASTUnit.cpp1229 ASTUnit::PreambleFileHash
1230 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 …]