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

/external/clang/lib/Sema/
H A DSemaInit.cpp505 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl(); local
508 Field = structDecl->field_begin(),
509 FieldEnd = structDecl->field_end();
514 if (structDecl->isUnion())
516 return InitializableMembers - structDecl->hasFlexibleArrayMember();
1314 RecordDecl* structDecl = DeclType->getAs<RecordType>()->getDecl(); local
1318 if (structDecl->isInvalidDecl()) {
1340 // If structDecl is a forward declaration, this loop won't do

Completed in 58 milliseconds