reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
13222 if (VD) { 13223 VarDecl *VDDef = VD->getDefinition(); 13224 if (VD->getType()->isReferenceType() && VDDef && VDDef->hasInit()) { 13317 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == 13317 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == 13330 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == 13330 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == 13395 VD ? cast<DeclRefExpr>(SimpleRefExpr) : nullptr); 13520 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == 13520 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == 13635 if (!VD && !S.CurContext->isDependentContext()) {