Searched refs:hasFieldMethodOrInterface (Results 1 – 1 of 1) sorted by relevance
1514 … const MIREncodedArray &staticValue, int indent, bool hasFieldMethodOrInterface) in DumpInfoPragmaStaticValue() argument1518 if (!info.empty() && (hasPragma || hasStaticValue || hasFieldMethodOrInterface)) { in DumpInfoPragmaStaticValue()1528 if (hasPragma && (hasStaticValue || hasFieldMethodOrInterface)) { in DumpInfoPragmaStaticValue()1532 if (hasStaticValue && hasFieldMethodOrInterface) { in DumpInfoPragmaStaticValue()1549 …bool hasFieldMethodOrInterface = !(fields.empty() && parentFields.empty() && staticFields.empty() … in Dump() local1551 DumpInfoPragmaStaticValue(info, pragmaVec, staticValue, indent, hasFieldMethodOrInterface); in Dump()