Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4208 ArgTypes.push_back(IsVariadic ? getVarArgType(A) : A->getType()); in EmitCallArgs()
4420 QualType CodeGenFunction::getVarArgType(const Expr *Arg) { in getVarArgType() function in CodeGenFunction
H A DCodeGenFunction.h4799 QualType getVarArgType(const Expr *Arg);