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

References

tools/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
  184   if (C.wasInlined)
tools/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
  214         assert(C.wasInlined || !Set.contains(Sym));
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1056   if (C.wasInlined)
 1369   if (!C.wasInlined)
 1462   if (C.wasInlined)
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  913   if (M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined)
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  380   if (C.wasInlined) {