Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp169 if (QualType(Ty, 0) == Context.getBuiltinVaListType() || in desugarForDiagnostic()
H A DASTContext.cpp11266 Type = Context.getBuiltinVaListType(); in DecodeTypeFromStr()
11278 Type = Context.getBuiltinVaListType(); in DecodeTypeFromStr()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2072 QualType getBuiltinVaListType() const { in getBuiltinVaListType() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2366 if (getContext().getBuiltinVaListType()->isArrayType()) in EmitVAListRef()
H A DTargetInfo.cpp105 CGF.getContext().getBuiltinVaListType()->getPointeeType()); in getVAListElementType()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp16816 QualType VaListType = Context.getBuiltinVaListType(); in BuildVAArgExpr()