Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp679 QualType CIRGenFunction::getVarArgType(const Expr *arg) { in getVarArgType() function in CIRGenFunction
725 argTypes.push_back(isVariadic ? getVarArgType(a) : a->getType()); in emitCallArgs()
H A DCIRGenFunction.h1299 QualType getVarArgType(const Expr *arg);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4685 ArgTypes.push_back(IsVariadic ? getVarArgType(A) : A->getType()); in EmitCallArgs()
4903 QualType CodeGenFunction::getVarArgType(const Expr *Arg) { in getVarArgType() function in CodeGenFunction
H A DCodeGenFunction.h5514 QualType getVarArgType(const Expr *Arg);