Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h349 bool hasCustomTypechecking(unsigned ID) const { in hasCustomTypechecking() function
357 hasCustomTypechecking(ID); in allowTypeMismatch()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp326 (!hasReferenceArgsOrResult(ID) && !hasCustomTypechecking(ID)) || in canBeRedeclared()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5890 if (Context.BuiltinInfo.hasCustomTypechecking(ID)) in ConvertArgumentsForCall()
6895 if (!BuiltinID || !Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) { in BuildResolvedCallExpr()
6942 if (BuiltinID && Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) { in BuildResolvedCallExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10252 BuiltinInfo.hasCustomTypechecking(FD->getBuiltinID())) in canBuiltinBeRedeclared()
10257 BuiltinInfo.hasCustomTypechecking(FD->getBuiltinID())) in canBuiltinBeRedeclared()