Lines Matching refs:bind
205 .bind("c_object"))); in checkASTCodeBody()
216 .bind("osnumber")))))))))) in checkASTCodeBody()
217 .bind("cpp_object"))); in checkASTCodeBody()
227 .bind("objc_object"))); in checkASTCodeBody()
244 typedefDecl(hasName("BOOL"))))).bind("objc_bool_type"); in checkASTCodeBody()
248 qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"), in checkASTCodeBody()
258 .bind("int_type"); in checkASTCodeBody()
276 ))).bind("pedantic"); in checkASTCodeBody()
290 .bind("check_if_null")))) in checkASTCodeBody()
291 .bind("comparison"); in checkASTCodeBody()
298 .bind("comparison"); in checkASTCodeBody()
307 .bind("pedantic"); in checkASTCodeBody()
312 .bind("pedantic"); in checkASTCodeBody()
336 ConversionThroughInitializerM)).bind("conv"); in checkASTCodeBody()