Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h106 bool GeneratePreamble = false; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp274 PreprocessorOpts.GeneratePreamble = true; in Build()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp159 if (this->PPOpts->GeneratePreamble) in Preprocessor()