Searched refs:getVarArgType (Results 1 – 4 of 4) sorted by relevance
679 QualType CIRGenFunction::getVarArgType(const Expr *arg) { in getVarArgType() function in CIRGenFunction725 argTypes.push_back(isVariadic ? getVarArgType(a) : a->getType()); in emitCallArgs()
1299 QualType getVarArgType(const Expr *arg);
4685 ArgTypes.push_back(IsVariadic ? getVarArgType(A) : A->getType()); in EmitCallArgs()4903 QualType CodeGenFunction::getVarArgType(const Expr *Arg) { in getVarArgType() function in CodeGenFunction
5514 QualType getVarArgType(const Expr *Arg);