Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4961 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall()
5081 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall()
H A DSemaExpr.cpp5728 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType() function in Sema
5920 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11408 VariadicCallType getVariadicCallType(FunctionDecl *FDecl,