Home
last modified time | relevance | path

Searched refs:CreateBlockPointerType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h496 CompilerType CreateBlockPointerType(const CompilerType &function_type);
H A DTypeSystemClang.cpp2227 TypeSystemClang::CreateBlockPointerType(const CompilerType &function_type) { in CreateBlockPointerType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp735 clang_type = m_ast.CreateBlockPointerType( in ParseTypeModifier()