Home | History | Annotate | Download | only in Core

Lines Matching refs:LAC

245                                              LocationOrAnalysisDeclContext LAC) {
247 assert(!LAC.isNull() && "A valid LocationContext or AnalysisDeclContext should "
255 if (LAC.is<const LocationContext*>())
256 PM = &LAC.get<const LocationContext*>()->getParentMap();
258 PM = &LAC.get<AnalysisDeclContext*>()->getParentMap();
278 LocationOrAnalysisDeclContext LAC) {
279 return PathDiagnosticLocation(getValidSourceLocation(S, LAC),
378 LocationOrAnalysisDeclContext LAC) const {
390 return FullSourceLoc(getValidSourceLocation(S, LAC),
403 PathDiagnosticLocation::genRange(LocationOrAnalysisDeclContext LAC) const {
438 SourceLocation L = getValidSourceLocation(S, LAC);