Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp103 CGF.getContext().getBuiltinVaListType()->getPointeeType()); in getVAListElementType()
H A DCodeGenFunction.cpp2620 if (getContext().getBuiltinVaListType()->isArrayType()) in EmitVAListRef()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp170 if (QualType(Ty, 0) == Context.getBuiltinVaListType() || in desugarForDiagnostic()
H A DASTContext.cpp12474 Type = Context.getBuiltinVaListType(); in DecodeTypeFromStr()
12486 Type = Context.getBuiltinVaListType(); in DecodeTypeFromStr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp2128 VaListType = TU->getASTContext().getBuiltinVaListType().getCanonicalType(); in checkASTDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2345 QualType getBuiltinVaListType() const { in getBuiltinVaListType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16684 QualType VaListType = Context.getBuiltinVaListType(); in BuildVAArgExpr()