Home
last modified time | relevance | path

Searched refs:isObjC (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Driver/
DTypes.h70 bool isObjC(ID Id);
/external/clang/lib/Driver/
DTypes.cpp108 bool types::isObjC(ID Id) { in isObjC() function in types
DTools.cpp349 = types::isObjC(InputType) && isObjCAutoRefCount(Args); in AddPreprocessingOptions()
940 if (types::isObjC(InputType) && in addExceptionArgs()
1786 if (types::isObjC(InputType)) { in ConstructJob()