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

/external/clang/lib/Sema/
H A DSemaInit.cpp592 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl(); local
595 Field = structDecl->field_begin(),
596 FieldEnd = structDecl->field_end();
601 if (structDecl->isUnion())
603 return InitializableMembers - structDecl->hasFlexibleArrayMember();
1398 RecordDecl* structDecl = DeclType->getAs<RecordType>()->getDecl(); local
1402 if (structDecl->isInvalidDecl()) {
1441 // If structDecl is a forward declaration, this loop won't do

Completed in 116 milliseconds