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

/external/clang/lib/AST/
H A DASTContext.cpp5797 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); local
5807 VaListTagDecl->setDeclContext(NS);
5810 VaListTagDecl->startDefinition();
5839 VaListTagDecl,
5848 VaListTagDecl->addDecl(Field);
5850 VaListTagDecl->completeDefinition();
5851 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
5860 RecordDecl *VaListTagDecl; local
5862 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag");
5863 VaListTagDecl
5924 RecordDecl *VaListTagDecl; local
6033 RecordDecl *VaListTagDecl; local
[all...]

Completed in 111 milliseconds