Home
last modified time | relevance | path

Searched refs:ToBuild (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp21 return I->second.Buffer ? Tentative : ToBuild; in getPCMState()
56 return getPCMState(Filename) == ToBuild; in shouldBuildPCM()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h56 enum State { Unknown, Tentative, ToBuild, Final }; enumerator