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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  403   template <typename T> LLVM_NODISCARD ProgramStateRef remove() const;

References

tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  523   State = State->remove<TaintArgsOnPostVisit>();
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  276   state = state->remove<PreCallSelfFlags>();
  330     State = State->remove<CalledInit>();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  493   return State->remove<ReplayWithoutInlining>();