Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp187 QualType Ty = C.getBOOLDecl() ? C.getBOOLType() : C.ObjCBuiltinBoolTy; in makeObjCBool()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1035 CanQualType ObjCBuiltinBoolTy; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2611 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy, in RewriteObjCBoolLiteralExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1457 ObjCBuiltinBoolTy = (Target.useSignedCharForObjCBool() ? in InitBuiltinTypes()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp19623 QualType BoolT = Context.ObjCBuiltinBoolTy; in ActOnObjCBoolLiteral()