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

/external/clang/lib/Sema/
H A DSemaInit.cpp506 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl(); local
509 Field = structDecl->field_begin(),
510 FieldEnd = structDecl->field_end();
515 if (structDecl->isUnion())
517 return InitializableMembers - structDecl->hasFlexibleArrayMember();
1322 RecordDecl* structDecl = DeclType->getAs<RecordType>()->getDecl(); local
1326 if (structDecl->isInvalidDecl()) {
1348 // If structDecl is a forward declaration, this loop won't do

Completed in 34 milliseconds