Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplate.cpp6227 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local
6228 for (Decl *Prev = D; Prev && !PrevDiagLoc.isValid(); in DiagLocForExplicitInstantiation()
6230 PrevDiagLoc = Prev->getLocation(); in DiagLocForExplicitInstantiation()
6232 assert(PrevDiagLoc.isValid() && in DiagLocForExplicitInstantiation()
6234 return PrevDiagLoc; in DiagLocForExplicitInstantiation()