Home
last modified time | relevance | path

Searched refs:PreprocessorOptions (Results 1 – 25 of 78) sorted by relevance

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DCompilerInvocation.h51 class PreprocessorOptions; variable
89 std::shared_ptr<PreprocessorOptions> PPOpts;
135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
248 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts()
271 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr()
375 PreprocessorOptions &getMutPreprocessorOpts();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DCompilerInvocation.h51 class PreprocessorOptions; variable
89 std::shared_ptr<PreprocessorOptions> PPOpts;
135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
253 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts()
276 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr()
381 PreprocessorOptions &getMutPreprocessorOpts();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DCompilerInvocation.h51 class PreprocessorOptions; variable
89 std::shared_ptr<PreprocessorOptions> PPOpts;
135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
253 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts()
276 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr()
381 PreprocessorOptions &getMutPreprocessorOpts();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DCompilerInvocation.h51 class PreprocessorOptions; variable
89 std::shared_ptr<PreprocessorOptions> PPOpts;
135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
253 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts()
276 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr()
381 PreprocessorOptions &getMutPreprocessorOpts();
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h70 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts;
92 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts()
93 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
161 const llvm::Triple &T, PreprocessorOptions &PPOpts,
/aosp_15_r20/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h44 class PreprocessorOptions : public RefCountedBase<PreprocessorOptions> {
143 PreprocessorOptions() : UsePredefines(true), DetailedRecord(false), in PreprocessorOptions() function
/aosp_15_r20/frameworks/compile/slang/
Dslang.h64 class PreprocessorOptions; variable
136 llvm::IntrusiveRefCntPtr<clang::PreprocessorOptions> mPPOpts;
202 clang::PreprocessorOptions &getPreprocessorOpts() { return *mPPOpts; } in getPreprocessorOpts()
Dslang_backend.h49 class PreprocessorOptions; variable
169 const clang::PreprocessorOptions &PreprocessorOpts,
/aosp_15_r20/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp37 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
72 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl()
315 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
/aosp_15_r20/external/clang/include/clang/CodeGen/
H A DModuleBuilder.h33 class PreprocessorOptions; variable
90 const PreprocessorOptions &PreprocessorOpts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/
DModuleBuilder.h38 class PreprocessorOptions; variable
108 const PreprocessorOptions &PreprocessorOpts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/
DModuleBuilder.h38 class PreprocessorOptions; variable
108 const PreprocessorOptions &PreprocessorOpts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/
DModuleBuilder.h38 class PreprocessorOptions; variable
108 const PreprocessorOptions &PreprocessorOpts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/
DModuleBuilder.h38 class PreprocessorOptions; variable
108 const PreprocessorOptions &PreprocessorOpts,
/aosp_15_r20/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp170 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange()
205 Preprocessor PP(new PreprocessorOptions(), Diags, OpenCLLangOpts, SourceMgr, in PragmaOpenCLExtensionCall()
/aosp_15_r20/external/clang/include/clang/ARCMigrate/
H A DFileRemapper.h27 class PreprocessorOptions; variable
57 void applyMappings(PreprocessorOptions &PPOpts) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ARCMigrate/
DFileRemapper.h28 class PreprocessorOptions; variable
58 void applyMappings(PreprocessorOptions &PPOpts) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ARCMigrate/
DFileRemapper.h28 class PreprocessorOptions; variable
58 void applyMappings(PreprocessorOptions &PPOpts) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ARCMigrate/
DFileRemapper.h28 class PreprocessorOptions; variable
58 void applyMappings(PreprocessorOptions &PPOpts) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ARCMigrate/
DFileRemapper.h28 class PreprocessorOptions; variable
58 void applyMappings(PreprocessorOptions &PPOpts) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DPreprocessorOptions.h66 class PreprocessorOptions {
212 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DPreprocessorOptions.h66 class PreprocessorOptions {
234 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DPreprocessorOptions.h66 class PreprocessorOptions {
234 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DPreprocessorOptions.h66 class PreprocessorOptions {
234 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
/aosp_15_r20/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp83 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
203 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
303 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()

1234