Home
last modified time | relevance | path

Searched refs:isObjCBOOLType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h215 bool isObjCBOOLType(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp357 if (isObjCBOOLType(TDTTy)) in getNSNumberFactoryMethodKind()
479 bool NSAPI::isObjCBOOLType(QualType T) const { in isObjCBOOLType() function in NSAPI
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2309 NSAPIObj->isObjCBOOLType(Ty); in isSignedCharBool()
H A DSemaChecking.cpp9981 S.ObjC().NSAPIObj->isObjCBOOLType(OtherT) && in CheckTautologicalComparison()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1898 NSAPI(CGM.getContext()).isObjCBOOLType(Ty); in EmitScalarRangeCheck()