Home
last modified time | relevance | path

Searched refs:PCHWithHdrStopCreate (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorOptions.h86 bool PCHWithHdrStopCreate = false; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp661 else if (!PPOpts->PCHWithHdrStopCreate) in SkipTokensWhileUsingPCH()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp4108 if (Opts.PCHWithHdrStop && !Opts.PCHWithHdrStopCreate) in GeneratePreprocessorArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5389 MarshallingInfoFlag<PreprocessorOpts<"PCHWithHdrStopCreate">>;