Searched refs:StructInProgress (Results 1 – 1 of 1) sorted by relevance
418 SmallVector<StructInfo, 1> StructInProgress; member in __anon60b61cd60111::MasmParser2295 if (IDVal.equals_insensitive("ends") && StructInProgress.size() > 1 && in parseStatement()2528 if (nextVal.equals_insensitive("ends") && StructInProgress.size() == 1) { in parseStatement()3737 StructInfo &Struct = StructInProgress.back(); in addIntegralField()3759 if (StructInProgress.empty()) { in parseDirectiveValue()3774 if (StructInProgress.empty()) { in parseDirectiveNamedValue()3942 StructInfo &Struct = StructInProgress.back(); in addRealField()3968 if (StructInProgress.empty()) { in parseDirectiveRealValue()3984 if (StructInProgress.empty()) { in parseDirectiveNamedRealValue()4436 StructInfo &OwningStruct = StructInProgress.back(); in addStructField()[all …]