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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  154   SetOfConstDecls *VisitedCallees;
  161              SetOfConstDecls *VisitedCalleesIn,
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  204                        SetOfConstDecls *VisitedCalleesIn,
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  354     getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);
  368                   SetOfConstDecls *VisitedCallees = nullptr);
  372                               SetOfConstDecls *VisitedCallees);
  501                                const SetOfConstDecls &Visited,
  502                                const SetOfConstDecls &VisitedAsTopLevel) {
  529                                              const SetOfConstDecls &Visited) {
  558   SetOfConstDecls Visited;
  559   SetOfConstDecls VisitedAsTopLevel;
  578     SetOfConstDecls VisitedCallees;
  767                                   SetOfConstDecls *VisitedCallees) {
  810                                               SetOfConstDecls *VisitedCallees) {
tools/clang/unittests/StaticAnalyzer/Reusables.h
   51   SetOfConstDecls VisitedCallees;