Searched refs:PrevDiagLoc (Results 1 – 1 of 1) sorted by relevance
6227 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local6228 for (Decl *Prev = D; Prev && !PrevDiagLoc.isValid(); in DiagLocForExplicitInstantiation()6230 PrevDiagLoc = Prev->getLocation(); in DiagLocForExplicitInstantiation()6232 assert(PrevDiagLoc.isValid() && in DiagLocForExplicitInstantiation()6234 return PrevDiagLoc; in DiagLocForExplicitInstantiation()