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

/external/clang/lib/AST/
H A DASTContext.cpp5993 RecordDecl *VaListDecl = Context->buildImplicitRecord("__va_list"); local
6003 VaListDecl->setDeclContext(NS);
6006 VaListDecl->startDefinition();
6010 VaListDecl,
6020 VaListDecl->addDecl(Field);
6023 VaListDecl->completeDefinition();
6026 QualType T = Context->getRecordType(VaListDecl);

Completed in 44 milliseconds