Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h65 bool PCHWithHdrStopCreate = false; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp642 else if (!PPOpts->PCHWithHdrStopCreate) in SkipTokensWhileUsingPCH()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp3083 Opts.PCHWithHdrStopCreate = Args.hasArg(OPT_pch_through_hdrstop_create); in ParsePreprocessorArgs()