Searched defs:VaListTagType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp5851 QualType VaListTagType = Context->getRecordType(VaListTagDecl); local
5852 Context->VaListTagTy = VaListTagType;
5855 return Context->buildImplicitTypedef(VaListTagType, "__builtin_va_list");
5903 QualType VaListTagType = Context->getRecordType(VaListTagDecl); local
5904 Context->VaListTagTy = VaListTagType;
5908 Context->buildImplicitTypedef(VaListTagType, "__va_list_tag");
5963 QualType VaListTagType = Context->getRecordType(VaListTagDecl); local
5964 Context->VaListTagTy = VaListTagType;
5968 Context->buildImplicitTypedef(VaListTagType, "__va_list_tag");
6072 QualType VaListTagType local
[all...]

Completed in 145 milliseconds