Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp217 bool types::isObjC(ID Id) { in isObjC() function in types
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2828 bool isObjC() { return IsObjC; } isObjC() function in clang::format::__anon79e69e6d0111::ObjCHeaderStyleGuesser
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11409 CheckPrintfHandler(Sema & s,const FormatStringLiteral * fexpr,const Expr * origFormatExpr,const Sema::FormatStringType type,unsigned firstDataArg,unsigned numDataArgs,bool isObjC,const char * beg,Sema::FormatArgumentPassingKind APK,ArrayRef<const Expr * > Args,unsigned formatIdx,bool inFunctionCall,Sema::VariadicCallType CallType,llvm::SmallBitVector & CheckedVarArgs,UncoveredArgHandler & UncoveredArg) CheckPrintfHandler() argument