Home | History | Annotate | Download | only in AST

Lines Matching refs:VaListTagTy

1057   VaListTagTy = QualType();
5852 Context->VaListTagTy = VaListTagType;
5904 Context->VaListTagTy = VaListTagType;
5964 Context->VaListTagTy = VaListTagType;
6073 Context->VaListTagTy = VaListTagType;
6124 // Force the creation of VaListTagTy by building the __builtin_va_list
6126 if (VaListTagTy.isNull())
6129 return VaListTagTy;