Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorOptions.h128 bool GeneratePreamble = false; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp354 PreprocessorOpts.GeneratePreamble = true; in Build()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp158 if (this->PPOpts->GeneratePreamble) in Preprocessor()