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

References

tools/clang/include/clang/Analysis/PathDiagnostic.h
  764     if (pathStack.empty())
  766     return *pathStack.back();
  777   void pushActivePath(PathPieces *p) { pathStack.push_back(p); }
  778   void popActivePath() { if (!pathStack.empty()) pathStack.pop_back(); }
  778   void popActivePath() { if (!pathStack.empty()) pathStack.pop_back(); }
  780   bool isWithinCall() const { return !pathStack.empty(); }