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

References

tools/clang/include/clang/AST/ASTContext.h
 1660       return getObjCClassType();
 2582     return T == getObjCClassType();
tools/clang/lib/AST/ASTDiagnostic.cpp
  133         QualType(Ty,0) == Context.getObjCClassType() ||
tools/clang/lib/AST/DeclObjC.cpp
 1094     selfTy = Context.getObjCClassType();
tools/clang/lib/CodeGen/CGObjCMac.cpp
  356                                 Ctx.getCanonicalType(Ctx.getObjCClassType()),
 2103     CGM.getTypes().ConvertType(CGF.getContext().getObjCClassType());
 5657                                 nullptr, Ctx.getObjCClassType(), nullptr,
 7461     CGM.getTypes().ConvertType(CGF.getContext().getObjCClassType());
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  529         T = Context->getObjCClassType();
  549           OCT == Context->getCanonicalType(Context->getObjCClassType()))
 1281     ResultStr += Context->getObjCClassType().getAsString(
 2512   QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
 2526   ArgTys.push_back(Context->getObjCClassType());
 2527   QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
 2542   QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
 2661   ArgTypes.push_back(Context->getObjCClassType());
 2782   ArgTypes.push_back(Context->getObjCClassType());
 2926   ArgTypes.push_back(Context->getObjCClassType());
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  436         T = Context->getObjCClassType();
  456           OCT == Context->getCanonicalType(Context->getObjCClassType()))
 1113     ResultStr += Context->getObjCClassType().getAsString(
 2451   ArgTys.push_back(Context->getObjCClassType());
 2452   QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
 2532     FieldTypes[1] = Context->getObjCClassType();
 2680                                              Context->getObjCClassType(),
 2774                                                  Context->getObjCClassType(),
tools/clang/lib/Sema/SemaDecl.cpp
 2241       New->setTypeForDecl(Context.getObjCClassType().getTypePtr());
tools/clang/lib/Sema/SemaExprMember.cpp
 1335                                            OpLoc, S.Context.getObjCClassType());
tools/clang/tools/libclang/CIndex.cpp
 1547     VisitType = Context.getObjCClassType();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1037           QualType class_type = method_decl->getASTContext().getObjCClassType();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
  322     return ast_ctx.getObjCClassType();
tools/lldb/source/Symbol/ClangASTContext.cpp
 2011     return ast->getObjCClassType().getAsOpaquePtr();
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   94                                    context->getObjCClassType()));