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

/external/clang/lib/AST/
H A DASTContext.cpp5334 RecordDecl *VaListTagDecl; local
5336 VaListTagDecl = CreateRecordDecl(*Context, TTK_Struct,
5339 VaListTagDecl->startDefinition();
5367 FieldDecl *Field = FieldDecl::Create(*Context, VaListTagDecl,
5376 VaListTagDecl->addDecl(Field);
5378 VaListTagDecl->completeDefinition();
5379 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
5412 RecordDecl *VaListTagDecl; local
5413 VaListTagDecl = CreateRecordDecl(*Context, TTK_Struct,
5416 VaListTagDecl
[all...]

Completed in 338 milliseconds