Home
last modified time | relevance | path

Searched refs:PrevDiagLoc (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplate.cpp6563 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local
6564 for (Decl *Prev = D; Prev && !PrevDiagLoc.isValid(); in DiagLocForExplicitInstantiation()
6566 PrevDiagLoc = Prev->getLocation(); in DiagLocForExplicitInstantiation()
6568 assert(PrevDiagLoc.isValid() && in DiagLocForExplicitInstantiation()
6570 return PrevDiagLoc; in DiagLocForExplicitInstantiation()