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

References

tools/clang/tools/extra/clang-tidy/bugprone/ExceptionEscapeCheck.cpp
   36       .split(FunctionsThatShouldNotThrowVec, ",", -1, false);
   37   FunctionsThatShouldNotThrow.insert(FunctionsThatShouldNotThrowVec.begin(),
   38                                      FunctionsThatShouldNotThrowVec.end());