Searched refs:StructInProgress (Results 1 – 1 of 1) sorted by relevance
418 SmallVector<StructInfo, 1> StructInProgress; member in __anoncc01912d0111::MasmParser2320 if (IDVal.equals_insensitive("ends") && StructInProgress.size() > 1 && in parseStatement()2559 if (nextVal.equals_insensitive("ends") && StructInProgress.size() == 1) { in parseStatement()3768 StructInfo &Struct = StructInProgress.back(); in addIntegralField()3790 if (StructInProgress.empty()) { in parseDirectiveValue()3805 if (StructInProgress.empty()) { in parseDirectiveNamedValue()3973 StructInfo &Struct = StructInProgress.back(); in addRealField()3999 if (StructInProgress.empty()) { in parseDirectiveRealValue()4015 if (StructInProgress.empty()) { in parseDirectiveNamedRealValue()4467 StructInfo &OwningStruct = StructInProgress.back(); in addStructField()[all …]