Home
last modified time | relevance | path

Searched refs:OutOfDate (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Serialization/
DModule.h64 OutOfDate = 2 enumerator
78 intVal = OutOfDate;
84 bool isOutOfDate() const { return Val.getInt() == OutOfDate; } in isOutOfDate()
DASTReader.h241 OutOfDate, enumerator
/external/clang/include/clang/Basic/
DIdentifierTable.h68 bool OutOfDate : 1; // True if there may be additional variable
287 bool isOutOfDate() const { return OutOfDate; } in isOutOfDate()
292 OutOfDate = OOD; in setOutOfDate()
/external/expat/lib/
DMakefile.MPW196 Dependencies � $OutOfDate
/external/antlr/antlr-3.4/runtime/JavaScript/third/
Dantcontrib.properties12 outofdate=net.sf.antcontrib.logic.OutOfDate
/external/clang/lib/Frontend/
DChainedIncludesSource.cpp50 case ASTReader::OutOfDate: in createASTReader()
DCompilerInstance.cpp341 case ASTReader::OutOfDate: in createPCHExternalASTSource()
1069 case ASTReader::OutOfDate: { in loadModule()
DASTUnit.cpp804 case ASTReader::OutOfDate: in LoadFromASTFile()
/external/clang/lib/Basic/
DIdentifierTable.cpp44 OutOfDate = false; in IdentifierInfo()
/external/clang/lib/Serialization/
DASTReader.cpp1706 return OutOfDate; in ReadControlBlock()
1787 case OutOfDate: return OutOfDate; in ReadControlBlock()
2804 case OutOfDate: in ReadAST()
3000 case OutOfDate: return OutOfDate; in ReadASTCore()
DASTWriter.cpp3566 SmallVector<IdentifierInfo *, 4> OutOfDate; in WriteASTCore() local
3571 OutOfDate.push_back(ID->second); in WriteASTCore()
3575 for (unsigned I = 0, N = OutOfDate.size(); I != N; ++I) { in WriteASTCore()
3576 ExtSource->updateOutOfDateIdentifier(*OutOfDate[I]); in WriteASTCore()