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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/Taint.h
   31 addTaint(ProgramStateRef State, const Stmt *S, const LocationContext *LCtx,

References

tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  508       State = addTaint(State, CE, C.getLocationContext());