reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
250 const NamedDecl *Decl = Expr->getFoundDecl(); 257 auto StartLoc = Expr->getBeginLoc(); 260 SourceLocation EndLoc = Expr->hasExplicitTemplateArgs() 261 ? Expr->getLAngleLoc().getLocWithOffset(-1) 262 : Expr->getEndLoc(); 286 if (!Expr->hasQualifier()) 305 EndLoc = Expr->getQualifierLoc().getEndLoc().getLocWithOffset(-1); 314 getClosestAncestorDecl(*Expr), 315 Expr->getQualifier(),