Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Serialization/
HDModule.h64 OutOfDate = 2 enumerator
78 intVal = OutOfDate;
84 bool isOutOfDate() const { return Val.getInt() == OutOfDate; } in isOutOfDate()
HDModuleManager.h157 OutOfDate enumerator
HDASTReader.h257 OutOfDate, enumerator
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h69 bool OutOfDate : 1; // True if there may be additional variable
288 bool isOutOfDate() const { return OutOfDate; } in isOutOfDate()
293 OutOfDate = OOD; in setOutOfDate()
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDChainedIncludesSource.cpp51 case ASTReader::OutOfDate: in createASTReader()
HDCompilerInstance.cpp344 case ASTReader::OutOfDate: in createPCHExternalASTSource()
1184 case ASTReader::OutOfDate: in loadModule()
HDASTUnit.cpp812 case ASTReader::OutOfDate: in LoadFromASTFile()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDModuleManager.cpp67 return OutOfDate; in addModule()
HDASTReader.cpp1820 return OutOfDate; in ReadControlBlock()
1905 case OutOfDate: return OutOfDate; in ReadControlBlock()
2920 case OutOfDate: in ReadAST()
3100 case ModuleManager::OutOfDate: in ReadASTCore()
3104 return OutOfDate; in ReadASTCore()
3171 case OutOfDate: return OutOfDate; in ReadASTCore()
HDASTWriter.cpp3895 SmallVector<IdentifierInfo *, 4> OutOfDate; in WriteASTCore() local
3900 OutOfDate.push_back(ID->second); in WriteASTCore()
3904 for (unsigned I = 0, N = OutOfDate.size(); I != N; ++I) { in WriteASTCore()
3905 ExtSource->updateOutOfDateIdentifier(*OutOfDate[I]); in WriteASTCore()
/trueos/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp43 OutOfDate = false; in IdentifierInfo()