Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7636 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall()
7762 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall()
H A DSemaExpr.cpp6443 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType() function in Sema
6656 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12690 VariadicCallType getVariadicCallType(FunctionDecl *FDecl,