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

Declarations

tools/clang/include/clang/AST/NSAPI.h
  215   bool isObjCBOOLType(QualType T) const;

References

tools/clang/lib/AST/NSAPI.cpp
  386     if (isObjCBOOLType(TDTTy))
tools/clang/lib/CodeGen/CGExpr.cpp
 1595                 NSAPI(CGM.getContext()).isObjCBOOLType(Ty);
tools/clang/lib/Sema/SemaChecking.cpp
10690                               S.NSAPIObj->isObjCBOOLType(OtherT) &&
11076       S.getLangOpts().ObjC && S.NSAPIObj->isObjCBOOLType(Ty);