reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1862 if (!B) return true; 1864 if (const ValueDecl *D = B.dyn_cast<const ValueDecl*>()) { 1872 if (B.is<TypeInfoLValue>() || B.is<DynamicAllocLValue>()) 1872 if (B.is<TypeInfoLValue>() || B.is<DynamicAllocLValue>()) 1875 const Expr *E = B.get<const Expr*>();