Lines Matching defs:LAC
477 const Stmt *S, LocationOrAnalysisDeclContext LAC, bool UseEndOfStatement) {
479 assert(!LAC.isNull() &&
487 if (LAC.is<const LocationContext*>())
488 ADC = LAC.get<const LocationContext*>()->getAnalysisDeclContext();
490 ADC = LAC.get<AnalysisDeclContext*>();
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);