Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp37 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anona4b639230111::CodeGeneratorImpl
315 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
H A DObjectFilePCHContainerOperations.cpp51 const PreprocessorOptions &PreprocessorOpts; member in __anon2a3cd20f0111::PCHContainerGenerator
H A DCodeGenModule.h268 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable
/aosp_15_r20/external/clang/lib/Frontend/
H A DASTUnit.cpp1110 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); in Parse() local
1190 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble() local
1348 PreprocessorOptions &PreprocessorOpts in getMainBufferWithPrecompiledPreamble() local
2338 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete() local
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h70 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; variable
/aosp_15_r20/frameworks/compile/slang/
Dslang_backend.cpp247 const clang::PreprocessorOptions &PreprocessorOpts, in Backend()