reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
 1137     if (ParenthesesDepth != 0) {
 1142       while (!(ParenthesesDepth == 1 &&
 1148           ++ParenthesesDepth;
 1151           --ParenthesesDepth;
 1153         if (ParenthesesDepth == 0)