Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.h158 bool hasCustomTypechecking(unsigned ID) const { in hasCustomTypechecking() function
166 hasCustomTypechecking(ID); in allowTypeMismatch()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DBuiltins.cpp189 !hasCustomTypechecking(ID)); in canBeRedeclared()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5788 if (Context.BuiltinInfo.hasCustomTypechecking(ID)) in ConvertArgumentsForCall()
6636 if (!BuiltinID || !Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) { in BuildResolvedCallExpr()
6717 if (BuiltinID && Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) in BuildResolvedCallExpr()