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