Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h994 bool hasBuiltinMSVaList() const { return HasBuiltinMSVaList; } in hasBuiltinMSVaList() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp455 if (Context.getTargetInfo().hasBuiltinMSVaList()) { in Initialize()
H A DSemaExpr.cpp17320 if (!E->isTypeDependent() && Context.getTargetInfo().hasBuiltinMSVaList() && in BuildVAArgExpr()