HomeSort by: relevance | last modified time | path
    Searched refs:getAsObjCInterfaceType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 705 if (!ReceiverTy.isNull() && ReceiverTy->getAsObjCInterfaceType())
706 ID = ReceiverTy->getAsObjCInterfaceType()->getInterface();
SemaExprObjC.cpp 1504 if (ReceiverType->getAsObjCInterfaceType())
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1590 if (auto *IfaceT = getAsObjCInterfaceType()) {
1722 const ObjCObjectType *Type::getAsObjCInterfaceType() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2236 const ObjCObjectType *getAsObjCInterfaceType() const;

Completed in 30 milliseconds