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.h196 bool hasCustomTypechecking(unsigned ID) const { in hasCustomTypechecking() function
204 hasCustomTypechecking(ID); in allowTypeMismatch()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp242 (!hasReferenceArgsOrResult(ID) && !hasCustomTypechecking(ID)) || in canBeRedeclared()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5763 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9599 BuiltinInfo.hasCustomTypechecking(FD->getBuiltinID())) in canBuiltinBeRedeclared()