HomeSort by relevance Sort by last modified time
    Searched refs:ShouldUseClangCompiler (Results 1 - 17 of 17) sorted by null

  /external/clang/include/clang/Driver/
Driver.h 434 /// ShouldUseClangCompiler - Should the clang compiler be used to
436 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 473 /// ShouldUseClangCompiler - Should the clang compiler be used to
475 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Driver.h 478 /// ShouldUseClangCompiler - Should the clang compiler be used to
480 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Driver.h 478 /// ShouldUseClangCompiler - Should the clang compiler be used to
480 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 473 /// ShouldUseClangCompiler - Should the clang compiler be used to
475 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Driver.h 478 /// ShouldUseClangCompiler - Should the clang compiler be used to
480 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Driver.h 478 /// ShouldUseClangCompiler - Should the clang compiler be used to
480 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Driver.h 485 /// ShouldUseClangCompiler - Should the clang compiler be used to
487 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Driver.h 485 /// ShouldUseClangCompiler - Should the clang compiler be used to
487 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Driver.h 485 /// ShouldUseClangCompiler - Should the clang compiler be used to
487 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Driver.h 485 /// ShouldUseClangCompiler - Should the clang compiler be used to
487 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Driver.h 485 /// ShouldUseClangCompiler - Should the clang compiler be used to
487 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Driver.h 485 /// ShouldUseClangCompiler - Should the clang compiler be used to
487 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Driver.h 485 /// ShouldUseClangCompiler - Should the clang compiler be used to
487 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Driver.h 485 /// ShouldUseClangCompiler - Should the clang compiler be used to
487 bool ShouldUseClangCompiler(const JobAction &JA) const;
  /external/clang/lib/Driver/
ToolChain.cpp 328 if (getDriver().ShouldUseClangCompiler(JA)) return getClang();
Driver.cpp     [all...]

Completed in 3358 milliseconds