reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
 7904   std::tie(lhptee, lhq) =
 7933              && (lhptee->isVoidType() || rhptee->isVoidType()))
 7948   if (lhptee->isVoidType()) {
 7958     if (lhptee->isIncompleteOrObjectType())
 7962     assert(lhptee->isFunctionType());
 7968   QualType ltrans = QualType(lhptee, 0), rtrans = QualType(rhptee, 0);
 7973     if (lhptee->isCharType())
 7975     else if (lhptee->hasSignedIntegerRepresentation())
 7997     if (isa<PointerType>(lhptee) && isa<PointerType>(rhptee)) {
 7999         std::tie(lhptee, lhq) =
 8000           cast<PointerType>(lhptee)->getPointeeType().split().asPair();
 8015       } while (isa<PointerType>(lhptee) && isa<PointerType>(rhptee));
 8017       if (lhptee == rhptee)