Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp15658 QualType VaListType = Context.getBuiltinVaListType(); in BuildVAArgExpr() local
15660 if (VaListType->isArrayType()) { in BuildVAArgExpr()
15664 VaListType = Context.getArrayDecayedType(VaListType); in BuildVAArgExpr()
15670 } else if (VaListType->isRecordType() && getLangOpts().CPlusPlus) { in BuildVAArgExpr()
15674 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr()
15689 !Context.hasSameType(VaListType, E->getType())) in BuildVAArgExpr()