Searched refs:PrevDiagLoc (Results 1 – 1 of 1) sorted by relevance
6602 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local6603 for (Decl *Prev = D; Prev && !PrevDiagLoc.isValid(); in DiagLocForExplicitInstantiation()6605 PrevDiagLoc = Prev->getLocation(); in DiagLocForExplicitInstantiation()6607 assert(PrevDiagLoc.isValid() && in DiagLocForExplicitInstantiation()6609 return PrevDiagLoc; in DiagLocForExplicitInstantiation()