Home
last modified time | relevance | path

Searched refs:CouldntEmitPCH (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h246 CouldntEmitPCH, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp545 return BuildPreambleError::CouldntEmitPCH; in Build()
852 case BuildPreambleError::CouldntEmitPCH: in message()
H A DASTUnit.cpp1433 case BuildPreambleError::CouldntEmitPCH: in getMainBufferWithPrecompiledPreamble()