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 60 OutOfDate = 2,
75 intVal = OutOfDate;
87 bool isOutOfDate() const { return Val.getInt() == OutOfDate; }
ModuleManager.h 175 OutOfDate
ASTReader.h 335 OutOfDate,
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 67 bool OutOfDate : 1; // True if there may be additional
308 bool isOutOfDate() const { return OutOfDate; }
313 OutOfDate = OOD;
  /external/clang/lib/Serialization/
ModuleManager.cpp 79 return OutOfDate;
172 return OutOfDate;
ASTReader.cpp     [all...]
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 101 case ASTReader::OutOfDate:
CompilerInstance.cpp 455 case ASTReader::OutOfDate:
    [all...]
ASTUnit.cpp 735 case ASTReader::OutOfDate:
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 46 OutOfDate = false;

Completed in 325 milliseconds