Lines Matching refs:LC

200   const LocationContext *LC;
206 R(r), PDC(pdc), NMC(Backmap), LC(r->getErrorNode()->getLocationContext())
218 ParentMap& getParentMap() { return LC->getParentMap(); }
241 return PathDiagnosticLocation(S, getSourceManager(), LC);
313 return PathDiagnosticLocation(S, SMgr, LC);
318 return PathDiagnosticLocation(S, SMgr, LC);
323 return PathDiagnosticLocation(Parent, SMgr, LC);
325 return PathDiagnosticLocation(S, SMgr, LC);
331 return PathDiagnosticLocation(Parent, SMgr, LC);
333 return PathDiagnosticLocation(S, SMgr, LC);
335 return PathDiagnosticLocation(S, SMgr, LC);
338 return PathDiagnosticLocation(S, SMgr, LC);
342 return PathDiagnosticLocation(S, SMgr, LC);
346 return PathDiagnosticLocation(S, SMgr, LC);
350 return PathDiagnosticLocation(S, SMgr, LC);
368 return PathDiagnosticLocation(Parent, SMgr, LC);
381 return PathDiagnosticLocation(FS, SMgr, LC);
385 return PathDiagnosticLocation(S, SMgr, LC);
425 const LocationContext *LC = PDB.LC;
433 PDB.LC = N->getLocationContext();
518 PathDiagnosticLocation End(S, SMgr, LC);
619 PathDiagnosticLocation End(B->getLHS(), SMgr, LC);
627 PathDiagnosticLocation Start(B->getLHS(), SMgr, LC);
639 PathDiagnosticLocation Start(B->getLHS(), SMgr, LC);
646 PathDiagnosticLocation End(B->getLHS(), SMgr, LC);
829 L = PathDiagnosticLocation(S, L.getManager(), PDB.LC);
866 PDB.LC,
1050 PathDiagnosticLocation L(S, PDB.getSourceManager(), PDB.LC);
1204 PDB.LC = N->getLocationContext();
1235 PDB.LC = N->getLocationContext();
1243 const LocationContext *CalleeCtx = PDB.LC;
1256 PathDiagnosticLocation L(Loop, SM, PDB.LC);
1375 const LocationContext *LC = N->getLocationContext();
1376 return LC->getCurrentStackFrame()->getDecl();
1431 void BugReport::markInteresting(const LocationContext *LC) {
1432 if (!LC)
1434 InterestingLocationContexts.insert(LC);
1461 bool BugReport::isInteresting(const LocationContext *LC) {
1462 if (!LC)
1464 return InterestingLocationContexts.count(LC);
1538 const LocationContext *LC = ErrorNode->getLocationContext();
1547 return PathDiagnosticLocation::createBegin(S, SM, LC);