HomeSort by relevance Sort by last modified time
    Searched refs:isCXX (Results 1 - 3 of 3) 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);
  /external/clang/lib/Driver/
Types.cpp 116 bool types::isCXX(ID Id) {
Tools.cpp 440 if (types::isCXX(Inputs[0].getType()))
    [all...]

Completed in 293 milliseconds