Searched refs:isObjCBOOLType (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h215 bool isObjCBOOLType(QualType T) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp386 if (isObjCBOOLType(TDTTy))
493 bool NSAPI::isObjCBOOLType(QualType T) const { function in class:NSAPI
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1598 NSAPI(CGM.getContext()).isObjCBOOLType(Ty);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10809 S.NSAPIObj->isObjCBOOLType(OtherT) &&
11195 S.getLangOpts().ObjC && S.NSAPIObj->isObjCBOOLType(Ty);

Completed in 282 milliseconds