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

References

tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
 1328   MatchingStatements.pop_back();
 1329   if (!MatchingStatements.empty()) {
 1330     if (MatchingStatements.back() != nullptr) {
 1342     MatchingStatements.push_back(I);
 1345     MatchingStatements.push_back(nullptr);
 1356   MatchingStatements.pop_back();
 1357   if (!MatchingStatements.empty()) {
 1358     if (MatchingStatements.back() != nullptr)
 1372     MatchingStatements.push_back(C);
 1375     MatchingStatements.push_back(nullptr);