Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.h142 bool hasCustomTypechecking(unsigned ID) const { in hasCustomTypechecking() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp4234 if (Context.BuiltinInfo.hasCustomTypechecking(ID)) in ConvertArgumentsForCall()
4765 if (BuiltinID && Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) in BuildResolvedCallExpr()