reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
641 const SourceManager &SMgr = LC->getDecl()->getASTContext().getSourceManager(); 643 while (const Stmt *Parent = getEnclosingParent(S, LC->getParentMap())) { 648 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC); 653 return PathDiagnosticLocation(S, SMgr, LC); 658 return PathDiagnosticLocation(Parent, SMgr, LC); 660 return PathDiagnosticLocation(S, SMgr, LC); 667 return PathDiagnosticLocation(Parent, SMgr, LC); 669 return PathDiagnosticLocation(S, SMgr, LC); 672 return PathDiagnosticLocation(S, SMgr, LC); 675 return PathDiagnosticLocation(S, SMgr, LC); 678 return PathDiagnosticLocation(S, SMgr, LC); 682 return PathDiagnosticLocation(S, SMgr, LC); 686 return PathDiagnosticLocation(S, SMgr, LC); 690 return PathDiagnosticLocation(S, SMgr, LC); 701 return PathDiagnosticLocation(S, SMgr, LC);