Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h141 bool GeneratePreamble = false; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp455 PreprocessorOpts.GeneratePreamble = true; in Build()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp166 if (this->PPOpts->GeneratePreamble) in Preprocessor()