Searched refs:VaListType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp9756 QualType VaListType = Context.getBuiltinVaListType(); local
9757 if (VaListType->isArrayType()) {
9761 VaListType = Context.getArrayDecayedType(VaListType);
9767 } else if (VaListType->isRecordType() && getLangOpts().CPlusPlus) {
9772 Context.getLValueReferenceType(VaListType), false);
9786 !Context.hasSameType(VaListType, E->getType())) {

Completed in 102 milliseconds