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.cpp110 CGF.getContext().getBuiltinVaListType()->getPointeeType()); in getVAListElementType()
H A DCodeGenFunction.cpp2512 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.cpp11852 Type = Context.getBuiltinVaListType(); in DecodeTypeFromStr()
11864 Type = Context.getBuiltinVaListType(); in DecodeTypeFromStr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2162 QualType getBuiltinVaListType() const { in getBuiltinVaListType() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp624 VaListType = C.getASTContext().getBuiltinVaListType().getCanonicalType(); in initVaListType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16321 QualType VaListType = Context.getBuiltinVaListType(); in BuildVAArgExpr()