Searched refs:VaListType (Results 1 – 2 of 2) sorted by relevance
452 mutable QualType VaListType; member in __anon299e83ef0211::StreamChecker584 T.getCanonicalType() != VaListType) in lookupFn()624 VaListType = C.getASTContext().getBuiltinVaListType().getCanonicalType(); in initVaListType()
16321 QualType VaListType = Context.getBuiltinVaListType(); in BuildVAArgExpr() local16323 if (VaListType->isArrayType()) { in BuildVAArgExpr()16327 VaListType = Context.getArrayDecayedType(VaListType); in BuildVAArgExpr()16333 } else if (VaListType->isRecordType() && getLangOpts().CPlusPlus) { in BuildVAArgExpr()16337 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr()16352 !Context.hasSameType(VaListType, E->getType())) in BuildVAArgExpr()