Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DModule.h69 OutOfDate = 2, enumerator
84 intVal = OutOfDate;
96 bool isOutOfDate() const { return Val.getInt() == OutOfDate; } in isOutOfDate()
H A DModuleManager.h159 OutOfDate enumerator
H A DASTReader.h320 OutOfDate, enumerator
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h66 bool OutOfDate : 1; // True if there may be additional variable
288 bool isOutOfDate() const { return OutOfDate; } in isOutOfDate()
293 OutOfDate = OOD; in setOutOfDate()
/minix/external/mit/expat/dist/lib/
H A DMakefile.MPW196 Dependencies � $OutOfDate
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp79 return OutOfDate; in addModule()
162 return OutOfDate; in addModule()
H A DASTReader.cpp2419 case OutOfDate: return OutOfDate; in ReadControlBlock()
2455 return OutOfDate; in ReadControlBlock()
3398 return OutOfDate; in ReadModuleMapFileBlock()
3410 return OutOfDate; in ReadModuleMapFileBlock()
3425 return OutOfDate; in ReadModuleMapFileBlock()
3436 return OutOfDate; in ReadModuleMapFileBlock()
3623 case OutOfDate: in ReadAST()
3831 return OutOfDate; in ReadASTCore()
3898 case OutOfDate: return OutOfDate; in ReadASTCore()
4538 return OutOfDate; in ReadSubmoduleBlock()
[all …]
H A DASTWriter.cpp4280 SmallVector<IdentifierInfo *, 4> OutOfDate; in WriteASTCore() local
4285 OutOfDate.push_back(ID->second); in WriteASTCore()
4289 for (unsigned I = 0, N = OutOfDate.size(); I != N; ++I) { in WriteASTCore()
4290 ExtSource->updateOutOfDateIdentifier(*OutOfDate[I]); in WriteASTCore()
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp98 case ASTReader::OutOfDate: in createASTReader()
H A DCompilerInstance.cpp445 case ASTReader::OutOfDate: in createPCHExternalASTSource()
1046 if (ReadResult == ASTReader::OutOfDate && in compileAndLoadModule()
1404 case ASTReader::OutOfDate: in loadModule()
H A DASTUnit.cpp737 case ASTReader::OutOfDate: in LoadFromASTFile()
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp45 OutOfDate = false; in IdentifierInfo()