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

References

tools/clang/tools/extra/clang-tidy/cppcoreguidelines/NoMallocCheck.cpp
   34   Options.store(Opts, "Allocations", AllocList);
   45   Finder->addMatcher(callExpr(callee(functionDecl(hasAnyListedName(AllocList))))