Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9064 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local
9065 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()