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

  /external/clang/include/clang/Driver/
Types.h 69 /// isObjC - Is this an "ObjC" input (Obj-C and Obj-C++ sources and headers).
70 bool isObjC(ID Id);
  /external/clang/lib/Driver/
Types.cpp 109 bool types::isObjC(ID Id) {
Tools.cpp 371 = types::isObjC(InputType) && isObjCAutoRefCount(Args);
    [all...]

Completed in 87 milliseconds