Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h137 bool WriteCommentListToPCH = true; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2968 if (!PP->getPreprocessorOpts().WriteCommentListToPCH) in WriteComments()