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

  /external/clang/include/clang/Serialization/
Module.h 68 OutOfDate = 2,
83 intVal = OutOfDate;
95 bool isOutOfDate() const { return Val.getInt() == OutOfDate; }
ModuleManager.h 158 OutOfDate
ASTReader.h 307 OutOfDate,
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 66 bool OutOfDate : 1; // True if there may be additional
285 bool isOutOfDate() const { return OutOfDate; }
290 OutOfDate = OOD;
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 98 case ASTReader::OutOfDate:
CompilerInstance.cpp 437 case ASTReader::OutOfDate:
    [all...]
ASTUnit.cpp 743 case ASTReader::OutOfDate:
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 45 OutOfDate = false;
  /external/clang/lib/Serialization/
ModuleManager.cpp 68 return OutOfDate;
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 132 milliseconds