Lines Matching refs:LAC
477 const Stmt *S, LocationOrAnalysisDeclContext LAC, bool UseEndOfStatement) { in getValidSourceLocation() argument
479 assert(!LAC.isNull() && in getValidSourceLocation()
487 if (LAC.is<const LocationContext*>()) in getValidSourceLocation()
488 ADC = LAC.get<const LocationContext*>()->getAnalysisDeclContext(); in getValidSourceLocation()
490 ADC = LAC.get<AnalysisDeclContext*>(); in getValidSourceLocation()
587 LocationOrAnalysisDeclContext LAC) { in createBegin() argument
589 return PathDiagnosticLocation(getValidSourceLocation(S, LAC), in createBegin()
596 LocationOrAnalysisDeclContext LAC) { in createEnd() argument
599 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true), in createEnd()
746 LocationOrAnalysisDeclContext LAC) const { in genLocation()
758 return FullSourceLoc(getValidSourceLocation(S, LAC), in genLocation()
771 PathDiagnosticLocation::genRange(LocationOrAnalysisDeclContext LAC) const { in genRange()
806 SourceLocation L = getValidSourceLocation(S, LAC); in genRange()