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

  /external/clang/include/clang/Serialization/
Module.h 69 OutOfDate = 2,
84 intVal = OutOfDate;
96 bool isOutOfDate() const { return Val.getInt() == OutOfDate; }
ModuleManager.h 165 OutOfDate
ASTReader.h 325 OutOfDate,
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 66 bool OutOfDate : 1; // True if there may be additional
288 bool isOutOfDate() const { return OutOfDate; }
293 OutOfDate = OOD;
  /external/clang/lib/Serialization/
ModuleManager.cpp 78 return OutOfDate;
161 return OutOfDate;
ASTReader.cpp     [all...]
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 99 case ASTReader::OutOfDate:
CompilerInstance.cpp 440 case ASTReader::OutOfDate:
    [all...]
ASTUnit.cpp 731 case ASTReader::OutOfDate:
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 45 OutOfDate = false;

Completed in 178 milliseconds