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

  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 482 return ast_ctx.getObjCClassType();
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 444 T = Context->getObjCClassType();
464 OCT == Context->getCanonicalType(Context->getObjCClassType()))
    [all...]
RewriteModernObjC.cpp 544 T = Context->getObjCClassType();
564 OCT == Context->getCanonicalType(Context->getObjCClassType()))
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 77 QualType(Ty,0) == Context.getObjCClassType() ||
    [all...]
DeclObjC.cpp 898 selfTy = Context.getObjCClassType();
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 791 clang_type = ast->getObjCClassType().getAsOpaquePtr();
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 156 milliseconds