Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DTypes.h67 bool isObjC(ID Id);
/external/clang/lib/Driver/
DTypes.cpp103 bool types::isObjC(ID Id) { in isObjC() function in types
DTools.cpp2024 if (types::isObjC(InputType) && in addExceptionArgs()
4261 if (types::isCXX(InputType) && types::isObjC(InputType)) { in ConstructJob()
/external/clang/lib/Sema/
DSemaChecking.cpp3271 unsigned numDataArgs, bool isObjC, in CheckPrintfHandler() argument
3280 ObjCContext(isObjC) in CheckPrintfHandler()