Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h134 bool GeneratePreamble = false; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp441 PreprocessorOpts.GeneratePreamble = true; in Build()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp158 if (this->PPOpts->GeneratePreamble) in Preprocessor()