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 228 struct PreambleFileHash {
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;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 34 milliseconds