HomeSort by relevance Sort by last modified time
    Searched refs:PreambleFileHash (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
ASTUnit.h 230 struct PreambleFileHash {
243 static PreambleFileHash createForFile(off_t Size, time_t ModTime);
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;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 92 milliseconds