Home
last modified time | relevance | path

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

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