Home
last modified time | relevance | path

Searched refs:CreateGenericFunctionPrototype (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp113 (*type_system)->CreateGenericFunctionPrototype().GetPointerType()); in UpdateValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h430 virtual CompilerType CreateGenericFunctionPrototype() { in CreateGenericFunctionPrototype() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h813 CompilerType CreateGenericFunctionPrototype() override;
H A DTypeSystemClang.cpp4638 CompilerType TypeSystemClang::CreateGenericFunctionPrototype() { in CreateGenericFunctionPrototype() function in TypeSystemClang