Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp411 PreprocessorOptions &PreprocessorOpts = in Build() local
598 PreprocessorOptions &PreprocessorOpts = in CanReuse() local
755 auto &PreprocessorOpts = CI.getPreprocessorOpts(); in configurePreamble() local
776 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
H A DASTUnit.cpp162 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping() local
2168 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete() local
H A DCompilerInvocation.cpp4186 PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs() local
4261 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp38 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anon2a1548e20111::CodeGeneratorImpl
367 const PreprocessorOptions &PreprocessorOpts, in CreateLLVMCodeGen()
H A DObjectFilePCHContainerOperations.cpp50 const PreprocessorOptions &PreprocessorOpts; member in __anon622f1b6e0111::PCHContainerGenerator
H A DCodeGenModule.h306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h92 std::shared_ptr<PreprocessorOptions> PreprocessorOpts; variable