Searched refs:PrevDiagLoc (Results 1 – 1 of 1) sorted by relevance
8681 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local8682 for (Decl *Prev = D; Prev && !PrevDiagLoc.isValid(); in DiagLocForExplicitInstantiation()8684 PrevDiagLoc = Prev->getLocation(); in DiagLocForExplicitInstantiation()8686 assert(PrevDiagLoc.isValid() && in DiagLocForExplicitInstantiation()8688 return PrevDiagLoc; in DiagLocForExplicitInstantiation()