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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  203   ProgramStateRef CheckLocation(CheckerContext &C,

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  421     state = CheckLocation(C, state, warningExpr, BufEnd, firstMessage);
  441       state = CheckLocation(C, state, warningExpr, BufEnd, secondMessage);
 1815         state = CheckLocation(C, state, CE->getArg(2), maxLastElement,
 1831         state = CheckLocation(C, state, Dst, lastElement, warningMsg);