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

  /external/clang/lib/Sema/
SemaExprObjC.cpp 137 Ty = Context.getObjCInterfaceType(NSStringIDecl);
280 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl);
527 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl);
629 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl);
    [all...]
SemaDeclObjC.cpp 141 << Context.getObjCInterfaceType(CurrentClass)
505 SuperClassType = Context.getObjCInterfaceType(SuperClassDecl);
    [all...]
SemaPseudoObject.cpp 556 S.Context.getObjCInterfaceType(method->getClassInterface()),
572 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
    [all...]
SemaCodeComplete.cpp 659 return C.getObjCInterfaceType(Iface);
    [all...]
SemaStmt.cpp     [all...]
SemaDecl.cpp 446 T = Context.getObjCInterfaceType(IDecl);
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 167 return MakeCXType(Context.getObjCInterfaceType(ID), TU);
183 = Context.getObjCInterfaceType(getCursorObjCSuperClassRef(C).first);
188 QualType T = Context.getObjCInterfaceType(getCursorObjCClassRef(C).first);
  /external/clang/lib/AST/
ExprObjC.cpp 117 return ctx.getObjCInterfaceType(getClassReceiver());
DeclObjC.cpp     [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 404 milliseconds