Lines Matching refs:StructInProgress

418   SmallVector<StructInfo, 1> StructInProgress;  member in __anon4534580c0111::MasmParser
2294 if (IDVal.equals_insensitive("ends") && StructInProgress.size() > 1 && in parseStatement()
2527 if (nextVal.equals_insensitive("ends") && StructInProgress.size() == 1) { in parseStatement()
3736 StructInfo &Struct = StructInProgress.back(); in addIntegralField()
3758 if (StructInProgress.empty()) { in parseDirectiveValue()
3773 if (StructInProgress.empty()) { in parseDirectiveNamedValue()
3941 StructInfo &Struct = StructInProgress.back(); in addRealField()
3967 if (StructInProgress.empty()) { in parseDirectiveRealValue()
3983 if (StructInProgress.empty()) { in parseDirectiveNamedRealValue()
4435 StructInfo &OwningStruct = StructInProgress.back(); in addStructField()
4463 if (StructInProgress.empty()) { in parseDirectiveStructValue()
4478 if (StructInProgress.empty()) { in parseDirectiveNamedStructValue()
4537 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()
4547 if (StructInProgress.empty()) in parseDirectiveNestedStruct()
4561 StructInProgress.reserve(StructInProgress.size() + 1); in parseDirectiveNestedStruct()
4562 StructInProgress.emplace_back(Name, DirKind == DK_UNION, in parseDirectiveNestedStruct()
4563 StructInProgress.back().Alignment); in parseDirectiveNestedStruct()
4568 if (StructInProgress.empty()) in parseDirectiveEnds()
4570 if (StructInProgress.size() > 1) in parseDirectiveEnds()
4572 if (StructInProgress.back().Name.compare_insensitive(Name)) in parseDirectiveEnds()
4574 StructInProgress.back().Name + "'"); in parseDirectiveEnds()
4575 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveEnds()
4589 if (StructInProgress.empty()) in parseDirectiveNestedEnds()
4591 if (StructInProgress.size() == 1) in parseDirectiveNestedEnds()
4597 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveNestedEnds()
4601 StructInfo &ParentStruct = StructInProgress.back(); in parseDirectiveNestedEnds()
4669 if (StructInProgress.empty()) { in parseDirectiveOrg()
4677 StructInfo &Structure = StructInProgress.back(); in parseDirectiveOrg()
4697 if (StructInProgress.empty()) { in emitAlignTo()
4718 StructInfo &Structure = StructInProgress.back(); in emitAlignTo()