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

  /external/clang/include/clang/Serialization/
Module.h 64 OutOfDate = 2
78 intVal = OutOfDate;
84 bool isOutOfDate() const { return Val.getInt() == OutOfDate; }
ASTReader.h 241 OutOfDate,
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 68 bool OutOfDate : 1; // True if there may be additional
287 bool isOutOfDate() const { return OutOfDate; }
292 OutOfDate = OOD;
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 50 case ASTReader::OutOfDate:
CompilerInstance.cpp 341 case ASTReader::OutOfDate:
    [all...]
ASTUnit.cpp 804 case ASTReader::OutOfDate:
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 44 OutOfDate = false;
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 92 milliseconds