Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h2748 ArgTypes.push_back(getVarArgType(*Arg));
2761 QualType getVarArgType(const Expr *Arg);
H A DCGCall.cpp2822 QualType CodeGenFunction::getVarArgType(const Expr *Arg) { in getVarArgType() function in CodeGenFunction