Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h2886 ArgTypes.push_back(getVarArgType(*Arg));
2898 QualType getVarArgType(const Expr *Arg);
DCGCall.cpp2870 QualType CodeGenFunction::getVarArgType(const Expr *Arg) { in getVarArgType() function in CodeGenFunction