Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h428 CompilerType CreateBlockPointerType(const CompilerType &function_type);
H A DTypeSystemClang.cpp2268 TypeSystemClang::CreateBlockPointerType(const CompilerType &function_type) { in CreateBlockPointerType() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp656 clang_type = m_ast.CreateBlockPointerType( in ParseTypeModifier()