Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h106 const PCHContainerWriter *getWriterOrNull(llvm::StringRef Format) { in getWriterOrNull() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h575 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format); in getPCHContainerWriter()