Searched refs:PrevDiagLoc (Results 1 – 1 of 1) sorted by relevance
6484 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local6485 for (Decl *Prev = D; Prev && !PrevDiagLoc.isValid(); in DiagLocForExplicitInstantiation()6487 PrevDiagLoc = Prev->getLocation(); in DiagLocForExplicitInstantiation()6489 assert(PrevDiagLoc.isValid() && in DiagLocForExplicitInstantiation()6491 return PrevDiagLoc; in DiagLocForExplicitInstantiation()