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

References

tools/clang/lib/Sema/SemaExpr.cpp
10802     if (Context.typesAreCompatible(LCanPointeeTy.getUnqualifiedType(),
10805       if (IsRelational && LCanPointeeTy->isFunctionType()) {
10811                (LCanPointeeTy->isVoidType() || RCanPointeeTy->isVoidType())) {
10813       if ((LCanPointeeTy->isFunctionType() || RCanPointeeTy->isFunctionType())
10821     if (LCanPointeeTy != RCanPointeeTy) {
10832       LangAS AddrSpaceL = LCanPointeeTy.getAddressSpace();