Searched refs:VaListType (Results 1 – 2 of 2) sorted by relevance
461 mutable QualType VaListType; member in __anon299e83ef0211::StreamChecker597 T.getCanonicalType() != VaListType) in lookupFn()2128 VaListType = TU->getASTContext().getBuiltinVaListType().getCanonicalType(); in checkASTDecl()
16684 QualType VaListType = Context.getBuiltinVaListType(); in BuildVAArgExpr() local16686 if (VaListType->isArrayType()) { in BuildVAArgExpr()16690 VaListType = Context.getArrayDecayedType(VaListType); in BuildVAArgExpr()16696 } else if (VaListType->isRecordType() && getLangOpts().CPlusPlus) { in BuildVAArgExpr()16700 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr()16715 !Context.hasSameType(VaListType, E->getType())) in BuildVAArgExpr()