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

Declarations

tools/clang/include/clang/AST/Type.h
 2062   bool isObjCSelType() const;                 // Class

References

tools/clang/include/clang/AST/Type.h
 6543   return isObjCIdType() || isObjCClassType() || isObjCSelType();
tools/clang/lib/AST/ASTContext.cpp
 6839       if (PT->isObjCSelType()) {
tools/clang/lib/AST/DeclObjC.cpp
 1054         if (!ArgT->isObjCSelType()) {
tools/clang/lib/Sema/SemaCast.cpp
 1862     if (SrcPtrTy->isObjCSelType()) {
tools/clang/lib/Sema/SemaExprMember.cpp
 1625       !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) {
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  100       T->isObjCSelType())