Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17331 QualType VaListType = Context.getBuiltinVaListType(); in BuildVAArgExpr() local
17333 if (VaListType->isArrayType()) { in BuildVAArgExpr()
17337 VaListType = Context.getArrayDecayedType(VaListType); in BuildVAArgExpr()
17343 } else if (VaListType->isRecordType() && getLangOpts().CPlusPlus) { in BuildVAArgExpr()
17347 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr()
17362 !Context.hasSameType(VaListType, E->getType())) in BuildVAArgExpr()