Searched defs:PreambleFileHash (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Frontend/
H A DASTUnit.h228 struct PreambleFileHash { struct in class:clang::ASTUnit
241 static PreambleFileHash createForFile(off_t Size, time_t ModTime);
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;

Completed in 79 milliseconds