Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DTypes.h73 bool isObjC(ID Id);
/external/clang/lib/Driver/
DTypes.cpp104 bool types::isObjC(ID Id) { in isObjC() function in types
DTools.cpp2662 if (types::isObjC(InputType) && in addExceptionArgs()
5561 if (types::isCXX(InputType) && types::isObjC(InputType)) { in ConstructJob()
5599 if (types::isObjC(InputType)) { in ConstructJob()
/external/clang/lib/Sema/
DSemaChecking.cpp4586 unsigned numDataArgs, bool isObjC, in CheckPrintfHandler() argument
4597 ObjCContext(isObjC) in CheckPrintfHandler()