HomeSort by relevance Sort by last modified time
    Searched refs:getObjCInterfaceType (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/Sema/
SemaExprObjC.cpp 137 Ty = Context.getObjCInterfaceType(NSStringIDecl);
223 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl);
486 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl);
739 Context.getObjCInterfaceType(NSArrayDecl));
    [all...]
SemaPseudoObject.cpp 520 S.Context.getObjCInterfaceType(method->getClassInterface()),
536 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
692 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver());
733 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver());
    [all...]
SemaDeclObjC.cpp 143 << Context.getObjCInterfaceType(CurrentClass)
579 Context.getObjCInterfaceType(SuperClassDecl),
    [all...]
SemaCodeComplete.cpp 660 return C.getObjCInterfaceType(Iface);
    [all...]
SemaStmt.cpp     [all...]
SemaDecl.cpp 402 T = Context.getObjCInterfaceType(IDecl);
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 623 clang::QualType result_iface_type = ast_ctx->getObjCInterfaceType(result_iface_decl);
684 clang::QualType new_iface_type = ast_ctx->getObjCInterfaceType(iface_decl);
  /external/clang/tools/libclang/
CXType.cpp 161 return MakeCXType(Context.getObjCInterfaceType(ID), TU);
183 = Context.getObjCInterfaceType(getCursorObjCSuperClassRef(C).first);
188 QualType T = Context.getObjCInterfaceType(getCursorObjCClassRef(C).first);
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 892 selfTy = Context.getObjCInterfaceType(OID);
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
ClangASTType.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CodeGenModule.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 376 milliseconds