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

/external/clang/lib/AST/
H A DASTContext.cpp6246 QualType VaListTagType = Context->getRecordType(VaListTagDecl); local
6249 return Context->buildImplicitTypedef(VaListTagType, "__builtin_va_list");
6298 QualType VaListTagType = Context->getRecordType(VaListTagDecl); local
6302 Context->buildImplicitTypedef(VaListTagType, "__va_list_tag");
6358 QualType VaListTagType = Context->getRecordType(VaListTagDecl); local
6365 Context->getConstantArrayType(VaListTagType, Size, ArrayType::Normal, 0);
6462 QualType VaListTagType = Context->getRecordType(VaListTagDecl); local
6469 Context->getConstantArrayType(VaListTagType, Size, ArrayType::Normal, 0);

Completed in 165 milliseconds