Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp8681 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local
8682 for (Decl *Prev = D; Prev && !PrevDiagLoc.isValid(); in DiagLocForExplicitInstantiation()
8684 PrevDiagLoc = Prev->getLocation(); in DiagLocForExplicitInstantiation()
8686 assert(PrevDiagLoc.isValid() && in DiagLocForExplicitInstantiation()
8688 return PrevDiagLoc; in DiagLocForExplicitInstantiation()