Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp171 QualType(Ty, 0) == Context.getBuiltinMSVaListType()) in desugarForDiagnostic()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2109 QualType getBuiltinMSVaListType() const { in getBuiltinMSVaListType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17322 QualType MSVaListType = Context.getBuiltinMSVaListType(); in BuildVAArgExpr()