Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DTypes.cpp150 bool types::isObjC(ID Id) { in isObjC() function in types
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2055 bool isObjC() { return IsObjC; } in isObjC() function in clang::format::__anon5a72e2a60111::ObjCHeaderStyleGuesser
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8154 unsigned numDataArgs, bool isObjC, const char *beg, in CheckPrintfHandler()