Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessorOptions.h141 bool GeneratePreamble = false; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrecompiledPreamble.cpp455 PreprocessorOpts.GeneratePreamble = true; in Build()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessor.cpp166 if (this->PPOpts->GeneratePreamble) in Preprocessor()