reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
14467     if (VaListType->isArrayType()) {
14471       VaListType = Context.getArrayDecayedType(VaListType);
14471       VaListType = Context.getArrayDecayedType(VaListType);
14477     } else if (VaListType->isRecordType() && getLangOpts().CPlusPlus) {
14481           Context, Context.getLValueReferenceType(VaListType), false);
14496       !Context.hasSameType(VaListType, E->getType()))