Searched refs:CreateBlockDeclaration (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h900 clang::BlockDecl *CreateBlockDeclaration(clang::DeclContext *ctx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp817 clang::BlockDecl *block_decl = m_clang.CreateBlockDeclaration(scope);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3434 decl = m_ast.CreateBlockDeclaration(decl_context);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1690 ClangASTContext::CreateBlockDeclaration(clang::DeclContext *ctx) { function in class:ClangASTContext

Completed in 97 milliseconds