Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h4263 ArgTypes.push_back(CallArgTypeInfo ? getVarArgType(A) : A->getType());
4327 QualType getVarArgType(const Expr *Arg);
H A DCGCall.cpp3651 QualType CodeGenFunction::getVarArgType(const Expr *Arg) { in getVarArgType() function in CodeGenFunction