Searched refs:PrevDiagLoc (Results 1 – 1 of 1) sorted by relevance
6363 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local6364 for (Decl *Prev = D; Prev && !PrevDiagLoc.isValid(); in DiagLocForExplicitInstantiation()6366 PrevDiagLoc = Prev->getLocation(); in DiagLocForExplicitInstantiation()6368 assert(PrevDiagLoc.isValid() && in DiagLocForExplicitInstantiation()6370 return PrevDiagLoc; in DiagLocForExplicitInstantiation()