Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp141 QualType(Ty, 0) == Context.getBuiltinMSVaListType()) in Desugar()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2026 QualType getBuiltinMSVaListType() const { in getBuiltinMSVaListType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15770 QualType MSVaListType = Context.getBuiltinMSVaListType(); in BuildVAArgExpr()