Home
last modified time | relevance | path

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

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