Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp322 PreprocessorOptions &PreprocessorOpts = in Build() local
505 PreprocessorOptions &PreprocessorOpts = in CanReuse() local
797 auto &PreprocessorOpts = CI.getPreprocessorOpts(); in configurePreamble() local
814 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
H A DASTUnit.cpp162 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping() local
2138 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete() local
H A DCompilerInvocation.cpp4095 PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs() local
4166 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp36 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anon20d6d9160111::CodeGeneratorImpl
342 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
H A DObjectFilePCHContainerOperations.cpp49 const PreprocessorOptions &PreprocessorOpts; member in __anon115c17220111::PCHContainerGenerator
H A DCodeGenModule.h306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h87 std::shared_ptr<PreprocessorOptions> PreprocessorOpts; variable