Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h159 bool hasCustomTypechecking(unsigned ID) const { in hasCustomTypechecking() function
167 hasCustomTypechecking(ID); in allowTypeMismatch()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp192 !hasCustomTypechecking(ID)); in canBeRedeclared()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5826 if (Context.BuiltinInfo.hasCustomTypechecking(ID)) in ConvertArgumentsForCall()
6699 if (!BuiltinID || !Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) { in BuildResolvedCallExpr()
6780 if (BuiltinID && Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) in BuildResolvedCallExpr()