HomeSort by relevance Sort by last modified time
    Searched refs:PreprocessorOpts (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 71 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
97 return PreprocessorOpts;
99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
101 return *PreprocessorOpts;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 71 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
97 return PreprocessorOpts;
99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
101 return *PreprocessorOpts;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 71 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
97 return PreprocessorOpts;
99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
101 return *PreprocessorOpts;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 71 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
97 return PreprocessorOpts;
99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
101 return *PreprocessorOpts;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 71 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
97 return PreprocessorOpts;
99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
101 return *PreprocessorOpts;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 71 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
97 return PreprocessorOpts;
99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
101 return *PreprocessorOpts;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 71 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
97 return PreprocessorOpts;
99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
101 return *PreprocessorOpts;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 71 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
97 return PreprocessorOpts;
99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
101 return *PreprocessorOpts;
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 70 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts;
92 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
94 return *PreprocessorOpts;
  /external/clang/include/clang/CodeGen/
ModuleBuilder.h 90 const PreprocessorOptions &PreprocessorOpts,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
ModuleBuilder.h 95 const PreprocessorOptions &PreprocessorOpts,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
ModuleBuilder.h 95 const PreprocessorOptions &PreprocessorOpts,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
ModuleBuilder.h 95 const PreprocessorOptions &PreprocessorOpts,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ModuleBuilder.h 95 const PreprocessorOptions &PreprocessorOpts,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
ModuleBuilder.h 95 const PreprocessorOptions &PreprocessorOpts,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
ModuleBuilder.h 95 const PreprocessorOptions &PreprocessorOpts,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
ModuleBuilder.h 95 const PreprocessorOptions &PreprocessorOpts,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ModuleBuilder.h 95 const PreprocessorOptions &PreprocessorOpts,
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 37 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
76 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0),
124 PreprocessorOpts, CodeGenOpts,
315 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO,
318 PreprocessorOpts, CGO, C, CoverageInfo);
ObjectFilePCHContainerOperations.cpp 51 const PreprocessorOptions &PreprocessorOpts;
147 PreprocessorOpts(CI.getPreprocessorOpts()),
169 *Ctx, HeaderSearchOpts, PreprocessorOpts, CodeGenOpts, *M, Diags));
CodeGenModule.h 268 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
605 const { return PreprocessorOpts; }
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
CompilerInvocation.cpp 59 PreprocessorOpts(new PreprocessorOptions()) {}
67 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
    [all...]
  /frameworks/compile/slang/
slang_backend.h 169 const clang::PreprocessorOptions &PreprocessorOpts,
slang_backend.cpp 247 const clang::PreprocessorOptions &PreprocessorOpts,
268 mGen = CreateLLVMCodeGen(mDiagEngine, "", HeaderSearchOpts, PreprocessorOpts,
    [all...]

Completed in 259 milliseconds

1 2