Home
last modified time | relevance | path

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

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