| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Myriad.h | 27 bool hasIntegratedCPP() const override { return true; } in hasIntegratedCPP() function 39 bool hasIntegratedCPP() const override { return false; } // not sure. in hasIntegratedCPP() function 56 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | Gnu.h | 55 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 67 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 105 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 116 bool hasIntegratedCPP() const override { return true; } in hasIntegratedCPP() function 126 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | Ananas.h | 28 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 40 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | DragonFly.h | 27 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 39 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | Minix.h | 27 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 39 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | Solaris.h | 28 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 40 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | OpenBSD.h | 28 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 40 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | FreeBSD.h | 28 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 40 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | Cuda.h | 91 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 107 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 121 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | CrossWindows.h | 27 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 40 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | NetBSD.h | 28 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 40 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | XCore.h | 28 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 39 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | PS4CPU.h | 33 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 46 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | Clang.h | 105 bool hasIntegratedCPP() const override { return true; } in hasIntegratedCPP() function 125 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 139 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | Darwin.h | 58 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 77 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 90 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 103 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 117 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | Hexagon.h | 29 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 43 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | MinGW.h | 28 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 40 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | MSVC.h | 31 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function 47 bool hasIntegratedCPP() const override { return true; } in hasIntegratedCPP() function
|
| H A D | AVR.h | 37 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | MSP430.h | 56 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | RISCVToolchain.h | 50 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | CloudABI.h | 27 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | AMDGPU.h | 28 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
|
| H A D | WebAssembly.h | 26 bool hasIntegratedCPP() const override;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Tool.h | 88 virtual bool hasIntegratedCPP() const = 0;
|