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

References

tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  470   const FunctionDecl *FDecl = C.getCalleeDecl(CE);
  474   StringRef Name = C.getCalleeName(FDecl);
  480       this->CustomPropagations, FDecl, Name, C);
  482     State = Rule.process(CE, C);
  485     C.addTransition(State);
  491   C.addTransition(State);