Lines Matching refs:LAC
479 const Stmt *S, LocationOrAnalysisDeclContext LAC, bool UseEndOfStatement) { in getValidSourceLocation() argument
481 assert(!LAC.isNull() && in getValidSourceLocation()
489 if (LAC.is<const LocationContext*>()) in getValidSourceLocation()
490 ADC = LAC.get<const LocationContext*>()->getAnalysisDeclContext(); in getValidSourceLocation()
492 ADC = LAC.get<AnalysisDeclContext*>(); in getValidSourceLocation()
588 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()
744 LocationOrAnalysisDeclContext LAC) const { in genLocation()
756 return FullSourceLoc(getValidSourceLocation(S, LAC), in genLocation()
769 PathDiagnosticLocation::genRange(LocationOrAnalysisDeclContext LAC) const { in genRange()
804 SourceLocation L = getValidSourceLocation(S, LAC); in genRange()