Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h139 bool WriteCommentListToPCH = true; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp520 CI.getPreprocessorOpts().WriteCommentListToPCH = false; in buildPreamble()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp3157 if (!PP->getPreprocessorOpts().WriteCommentListToPCH) in WriteComments()