Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h415 CompilerType CreateBlockPointerType(const CompilerType &function_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp442 clang_type = m_ast.CreateBlockPointerType( in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2238 ClangASTContext::CreateBlockPointerType(const CompilerType &function_type) { in CreateBlockPointerType() function in ClangASTContext