Home
last modified time | relevance | path

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

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