Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp6602 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local
6603 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()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp8692 SourceLocation PrevDiagLoc = PointOfInstantiation; in DiagLocForExplicitInstantiation() local
8693 for (Decl *Prev = D; Prev && !PrevDiagLoc.isValid(); in DiagLocForExplicitInstantiation()
8695 PrevDiagLoc = Prev->getLocation(); in DiagLocForExplicitInstantiation()
8697 assert(PrevDiagLoc.isValid() && in DiagLocForExplicitInstantiation()
8699 return PrevDiagLoc; in DiagLocForExplicitInstantiation()