Home | History | Annotate | Download | only in Sema

Lines Matching refs:isValidVarArgType

638 Sema::VarArgKind Sema::isValidVarArgType(const QualType &Ty) {
670 switch (isValidVarArgType(Ty)) {
720 if (isValidVarArgType(E->getType()) == VAK_Invalid) {