Searched defs:isObjC (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ | ||
H A D | Types.cpp | 217 bool types::isObjC(ID Id) { in isObjC() function in types |
/freebsd/contrib/llvm-project/clang/lib/Format/ | ||
H A D | Format.cpp | 2861 bool isObjC() { return IsObjC; } in isObjC() function in clang::format::__anon2090391b0111::ObjCHeaderStyleGuesser |
/freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 6607 unsigned numDataArgs, bool isObjC, const char *beg, in CheckPrintfHandler() |