Searched refs:method_type (Results 1 – 5 of 5) sorted by relevance
441 ObjCRuntimeMethodType method_type(types); in FinishDecl() local443 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod( in FinishDecl()459 ObjCRuntimeMethodType method_type(types); in FinishDecl() local461 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod( in FinishDecl()
1417 Type *method_type = symbol_file.ResolveTypeUID(method.getSymIndexId()); in AddRecordMethod() local1419 if (!method_type) in AddRecordMethod()1422 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
2000 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType() local2012 method_type, lldb::eAccessPublic, is_virtual, is_static, is_inline, in AddContextClassType()
871 const char *mangled_name, const CompilerType &method_type,
8129 const clang::Type *method_type(method_qual_type.getTypePtr()); in AddMethodToObjCObjectType() local8131 if (method_type == nullptr) in AddMethodToObjCObjectType()8135 llvm::dyn_cast<clang::FunctionProtoType>(method_type)); in AddMethodToObjCObjectType()