Searched refs:PrevDiagLoc (Results 1 – 1 of 1) sorted by relevance
9064 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local9065 for (Decl *Prev = D; Prev && !PrevDiagLoc.isValid(); in DiagLocForExplicitInstantiation()9067 PrevDiagLoc = Prev->getLocation(); in DiagLocForExplicitInstantiation()9069 assert(PrevDiagLoc.isValid() && in DiagLocForExplicitInstantiation()9071 return PrevDiagLoc; in DiagLocForExplicitInstantiation()