Home
last modified time | relevance | path

Searched refs:method_type (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp441 ObjCRuntimeMethodType method_type(types); in FinishDecl() local
443 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod( in FinishDecl()
459 ObjCRuntimeMethodType method_type(types); in FinishDecl() local
461 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod( in FinishDecl()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1417 Type *method_type = symbol_file.ResolveTypeUID(method.getSymIndexId()); in AddRecordMethod() local
1419 if (!method_type) in AddRecordMethod()
1422 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2000 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType() local
2012 method_type, lldb::eAccessPublic, is_virtual, is_static, is_inline, in AddContextClassType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h871 const char *mangled_name, const CompilerType &method_type,
H A DTypeSystemClang.cpp8129 const clang::Type *method_type(method_qual_type.getTypePtr()); in AddMethodToObjCObjectType() local
8131 if (method_type == nullptr) in AddMethodToObjCObjectType()
8135 llvm::dyn_cast<clang::FunctionProtoType>(method_type)); in AddMethodToObjCObjectType()