reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  941   clang::BlockDecl *CreateBlockDeclaration(clang::DeclContext *ctx);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 3523       decl = m_ast.CreateBlockDeclaration(decl_context);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  820   clang::BlockDecl *block_decl = m_clang.CreateBlockDeclaration(scope);