Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DBuiltins.h142 bool hasCustomTypechecking(unsigned ID) const { in hasCustomTypechecking() function
/external/clang/lib/Sema/
DSemaExpr.cpp4284 if (Context.BuiltinInfo.hasCustomTypechecking(ID)) in ConvertArgumentsForCall()
4906 if (BuiltinID && Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) in BuildResolvedCallExpr()