Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp135 if (QualType(Ty, 0) == Context.getBuiltinVaListType() || in Desugar()
H A DASTContext.cpp9384 Type = Context.getBuiltinVaListType(); in DecodeTypeFromStr()
9396 Type = Context.getBuiltinVaListType(); in DecodeTypeFromStr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1904 QualType getBuiltinVaListType() const { in getBuiltinVaListType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2166 if (getContext().getBuiltinVaListType()->isArrayType()) in EmitVAListRef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp13838 QualType VaListType = Context.getBuiltinVaListType(); in BuildVAArgExpr()