Lines Matching refs:bind
206 .bind("c_object"))); in checkASTCodeBody()
217 .bind("osnumber")))))))))) in checkASTCodeBody()
218 .bind("cpp_object"))); in checkASTCodeBody()
228 .bind("objc_object"))); in checkASTCodeBody()
245 typedefDecl(hasName("BOOL"))))).bind("objc_bool_type"); in checkASTCodeBody()
249 qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"), in checkASTCodeBody()
259 .bind("int_type"); in checkASTCodeBody()
277 ))).bind("pedantic"); in checkASTCodeBody()
291 .bind("check_if_null")))) in checkASTCodeBody()
292 .bind("comparison"); in checkASTCodeBody()
299 .bind("comparison"); in checkASTCodeBody()
308 .bind("pedantic"); in checkASTCodeBody()
313 .bind("pedantic"); in checkASTCodeBody()
337 ConversionThroughInitializerM)).bind("conv"); in checkASTCodeBody()