Home
last modified time | relevance | path

Searched refs:Backmap (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h564 BugReporterContext(GRBugReporter &br, InterExplodedGraphMap &Backmap) in BugReporterContext() argument
565 : BR(br), NMC(Backmap) {} in BugReporterContext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp354 BugReport *r, InterExplodedGraphMap &Backmap, in PathDiagnosticBuilder() argument
356 : BugReporterContext(br, Backmap), R(r), PDC(pdc), in PathDiagnosticBuilder()