Home
last modified time | relevance | path

Searched refs:hasCustomTypechecking (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltins.h184 bool hasCustomTypechecking(unsigned ID) const { in hasCustomTypechecking() function
192 hasCustomTypechecking(ID); in allowTypeMismatch()
/llvm-project-15.0.7/clang/lib/Basic/
H A DBuiltins.cpp212 (!hasReferenceArgsOrResult(ID) && !hasCustomTypechecking(ID)) || in canBeRedeclared()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp6019 if (Context.BuiltinInfo.hasCustomTypechecking(ID)) in ConvertArgumentsForCall()
6978 if (!BuiltinID || !Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) { in BuildResolvedCallExpr()
7059 if (BuiltinID && Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) in BuildResolvedCallExpr()