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

  /external/clang/include/clang/Driver/
Types.h 63 /// isCXX - Is this a "C++" input (C++ and Obj-C++ sources and headers).
64 bool isCXX(ID Id);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Types.h 71 /// isCXX - Is this a "C++" input (C++ and Obj-C++ sources and headers).
72 bool isCXX(ID Id);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Types.h 71 /// isCXX - Is this a "C++" input (C++ and Obj-C++ sources and headers).
72 bool isCXX(ID Id);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Types.h 71 /// isCXX - Is this a "C++" input (C++ and Obj-C++ sources and headers).
72 bool isCXX(ID Id);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Types.h 71 /// isCXX - Is this a "C++" input (C++ and Obj-C++ sources and headers).
72 bool isCXX(ID Id);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Types.h 71 /// isCXX - Is this a "C++" input (C++ and Obj-C++ sources and headers).
72 bool isCXX(ID Id);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Types.h 71 /// isCXX - Is this a "C++" input (C++ and Obj-C++ sources and headers).
72 bool isCXX(ID Id);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Types.h 71 /// isCXX - Is this a "C++" input (C++ and Obj-C++ sources and headers).
72 bool isCXX(ID Id);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Types.h 71 /// isCXX - Is this a "C++" input (C++ and Obj-C++ sources and headers).
72 bool isCXX(ID Id);
  /external/clang/lib/Driver/
Types.cpp 117 bool types::isCXX(ID Id) {
SanitizerArgs.cpp 630 if (types::isCXX(InputType))
    [all...]
Tools.cpp 575 if (types::isCXX(Inputs[0].getType())) {
    [all...]

Completed in 776 milliseconds