Home
last modified time | relevance | path

Searched defs:PreprocessorOpts (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp243 PreprocessorOptions &PreprocessorOpts = in Build() local
421 PreprocessorOptions &PreprocessorOpts = in CanReuse() local
688 auto &PreprocessorOpts = CI.getPreprocessorOpts(); in configurePreamble() local
704 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
H A DASTUnit.cpp160 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping() local
2128 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DModuleBuilder.cpp37 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anona725aa1a0111::CodeGeneratorImpl
328 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
H A DObjectFilePCHContainerOperations.cpp50 const PreprocessorOptions &PreprocessorOpts; member in __anon266401a60111::PCHContainerGenerator
H A DCodeGenModule.h296 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h80 std::shared_ptr<PreprocessorOptions> PreprocessorOpts; variable