Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3364 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall()
3474 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall()
H A DSemaExpr.cpp5651 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType() function in Sema
5880 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7532 VariadicCallType getVariadicCallType(FunctionDecl *FDecl,