Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
2139 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete() local
H A DCompilerInvocation.cpp4102 PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs() local
4170 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp36 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anonf4efd53f0111::CodeGeneratorImpl
342 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
H A DObjectFilePCHContainerOperations.cpp49 const PreprocessorOptions &PreprocessorOpts; member in __anon026200ab0111::PCHContainerGenerator
H A DCodeGenModule.h306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h87 std::shared_ptr<PreprocessorOptions> PreprocessorOpts; variable