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

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 2248   const FnCheck *Callback = Callbacks.lookup(Call);
tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
  387   const auto *Lookup = CDM.lookup(Call);
tools/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
   86   const bool *RawExpectedValue = CDM.lookup(Call);
  133   const bool *RawExpectedValue = CDM.lookup(*Call);
tools/clang/unittests/StaticAnalyzer/CallDescriptionTest.cpp
   36     const bool *Result = Impl.lookup(Call);