Lines Matching defs:LAC
477 const Stmt *S, LocationOrAnalysisDeclContext LAC, bool UseEndOfStatement) {
479 assert(!LAC.isNull() &&
487 if (auto *LC = dyn_cast<const LocationContext *>(LAC))
490 ADC = cast<AnalysisDeclContext *>(LAC);
587 LocationOrAnalysisDeclContext LAC) {
589 return PathDiagnosticLocation(getValidSourceLocation(S, LAC),
596 LocationOrAnalysisDeclContext LAC) {
599 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true),
746 LocationOrAnalysisDeclContext LAC) const {
758 return FullSourceLoc(getValidSourceLocation(S, LAC),
771 PathDiagnosticLocation::genRange(LocationOrAnalysisDeclContext LAC) const {
806 SourceLocation L = getValidSourceLocation(S, LAC);