Searched defs:ASTStructType (Results 1 – 2 of 2) sorted by relevance
30 ASTStructType() : ASTType(true), attr_(new ASTAttr()), members_() {} in ASTStructType() function
23 ASTStructType() : ASTType(TypeKind::TYPE_STRUCT, true), attr_(new ASTAttr()), members_() {} in ASTStructType() function