Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.h196 bool hasCustomTypechecking(unsigned ID) const { in hasCustomTypechecking() function
204 hasCustomTypechecking(ID); in allowTypeMismatch()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DBuiltins.cpp239 (!hasReferenceArgsOrResult(ID) && !hasCustomTypechecking(ID)) || in canBeRedeclared()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp6258 if (Context.BuiltinInfo.hasCustomTypechecking(ID)) in ConvertArgumentsForCall()
7218 if (!BuiltinID || !Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) { in BuildResolvedCallExpr()
7299 if (BuiltinID && Context.BuiltinInfo.hasCustomTypechecking(BuiltinID)) in BuildResolvedCallExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9130 BuiltinInfo.hasCustomTypechecking(FD->getBuiltinID())) in canBuiltinBeRedeclared()