Home
last modified time | relevance | path

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

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