reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
58 if (refExpr->isClassReceiver() || refExpr->isSuperReceiver()) 58 if (refExpr->isClassReceiver() || refExpr->isSuperReceiver()) 59 return refExpr; 61 if (refExpr->isExplicitProperty()) { 63 refExpr->getExplicitProperty(), refExpr->getType(), 63 refExpr->getExplicitProperty(), refExpr->getType(), 64 refExpr->getValueKind(), refExpr->getObjectKind(), 64 refExpr->getValueKind(), refExpr->getObjectKind(), 65 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); 65 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); 68 refExpr->getImplicitPropertyGetter(), 69 refExpr->getImplicitPropertySetter(), refExpr->getType(), 69 refExpr->getImplicitPropertySetter(), refExpr->getType(), 70 refExpr->getValueKind(), refExpr->getObjectKind(), 70 refExpr->getValueKind(), refExpr->getObjectKind(), 71 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); 71 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0));