Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp16816 QualType VaListType = Context.getBuiltinVaListType(); in BuildVAArgExpr() local
16818 if (VaListType->isArrayType()) { in BuildVAArgExpr()
16822 VaListType = Context.getArrayDecayedType(VaListType); in BuildVAArgExpr()
16828 } else if (VaListType->isRecordType() && getLangOpts().CPlusPlus) { in BuildVAArgExpr()
16832 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr()
16847 !Context.hasSameType(VaListType, E->getType())) in BuildVAArgExpr()