Searched refs:StructInProgress (Results 1 – 1 of 1) sorted by relevance
408 SmallVector<StructInfo, 1> StructInProgress; member in __anon60b61cd60111::MasmParser2017 if (IDVal.equals_insensitive("ends") && StructInProgress.size() > 1 && in parseStatement()2176 if (nextVal.equals_insensitive("ends") && StructInProgress.size() == 1) { in parseStatement()3281 StructInfo &Struct = StructInProgress.back(); in addIntegralField()3303 if (StructInProgress.empty()) { in parseDirectiveValue()3318 if (StructInProgress.empty()) { in parseDirectiveNamedValue()3467 StructInfo &Struct = StructInProgress.back(); in addRealField()3493 if (StructInProgress.empty()) { in parseDirectiveRealValue()3509 if (StructInProgress.empty()) { in parseDirectiveNamedRealValue()3960 StructInfo &OwningStruct = StructInProgress.back(); in addStructField()[all …]