Searched refs:hasCustomTypechecking (Results 1 – 4 of 4) sorted by relevance
196 bool hasCustomTypechecking(unsigned ID) const { in hasCustomTypechecking() function204 hasCustomTypechecking(ID); in allowTypeMismatch()
239 (!hasReferenceArgsOrResult(ID) && !hasCustomTypechecking(ID)) || in canBeRedeclared()
6258 if (Context.BuiltinInfo.hasCustomTypechecking(ID)) in ConvertArgumentsForCall()7218 if (!BuiltinID || !Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) { in BuildResolvedCallExpr()7299 if (BuiltinID && Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) in BuildResolvedCallExpr()
9130 BuiltinInfo.hasCustomTypechecking(FD->getBuiltinID())) in canBuiltinBeRedeclared()