Home
last modified time | relevance | path

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

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