Home
last modified time | relevance | path

Searched refs:getBuiltinVaListType (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp107 CGF.getContext().getBuiltinVaListType()->getPointeeType()); in getVAListElementType()
H A DCodeGenFunction.cpp2430 if (getContext().getBuiltinVaListType()->isArrayType()) in EmitVAListRef()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp170 if (QualType(Ty, 0) == Context.getBuiltinVaListType() || in desugarForDiagnostic()
H A DASTContext.cpp11373 Type = Context.getBuiltinVaListType(); in DecodeTypeFromStr()
11385 Type = Context.getBuiltinVaListType(); in DecodeTypeFromStr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2095 QualType getBuiltinVaListType() const { in getBuiltinVaListType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17331 QualType VaListType = Context.getBuiltinVaListType(); in BuildVAArgExpr()