Home
last modified time | relevance | path

Searched refs:VaListTagTy (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTCommon.h65 if (T == Context.VaListTagTy) in MakeTypeID()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1086 VaListTagTy = QualType(); in InitBuiltinTypes()
6071 Context->VaListTagTy = VaListTagType; in CreateAArch64ABIBuiltinVaListDecl()
6123 Context->VaListTagTy = VaListTagType; in CreatePowerABIBuiltinVaListDecl()
6183 Context->VaListTagTy = VaListTagType; in CreateX86_64ABIBuiltinVaListDecl()
6292 Context->VaListTagTy = VaListTagType; in CreateSystemZBuiltinVaListDecl()
6345 if (VaListTagTy.isNull()) in getVaListTagType()
6348 return VaListTagTy; in getVaListTagType()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h848 mutable QualType VaListTagTy; variable