Searched refs:NewLC (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1696 const LocationContext *&NewLC = LCM[&PD.getActivePath()]; local
1697 if (!NewLC)
1698 NewLC = N->getLocationContext();
1700 PDB.LC = NewLC;

Completed in 108 milliseconds