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

Declarations

tools/clang/include/clang/AST/Type.h
 2061   bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;

References

tools/clang/lib/Sema/SemaExpr.cpp
 8409         LHSType->isBlockCompatibleObjCPointerType(Context)) {
10997         RHSType->isBlockCompatibleObjCPointerType(Context)) {
11002                LHSType->isBlockCompatibleObjCPointerType(Context) &&
tools/clang/lib/Sema/SemaType.cpp
  986       if (bound->isBlockCompatibleObjCPointerType(S.Context))