Searched defs:isObjC (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ | ||
H A D | Types.cpp | 150 bool types::isObjC(ID Id) { in isObjC() function in types |
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ | ||
H A D | Format.cpp | 2055 bool isObjC() { return IsObjC; } in isObjC() function in clang::format::__anon5a72e2a60111::ObjCHeaderStyleGuesser |
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 8154 unsigned numDataArgs, bool isObjC, const char *beg, in CheckPrintfHandler() |