Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp136 QualType(Ty, 0) == Context.getBuiltinMSVaListType()) in Desugar()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1918 QualType getBuiltinMSVaListType() const { in getBuiltinMSVaListType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp13829 QualType MSVaListType = Context.getBuiltinMSVaListType(); in BuildVAArgExpr()