Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltins.h160 bool hasCustomTypechecking(unsigned ID) const { in hasCustomTypechecking() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DBuiltins.cpp163 !hasCustomTypechecking(ID)); in canBeRedeclared()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp4875 if (Context.BuiltinInfo.hasCustomTypechecking(ID)) in ConvertArgumentsForCall()
5634 if (!BuiltinID || !Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) { in BuildResolvedCallExpr()
5712 if (BuiltinID && Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) in BuildResolvedCallExpr()