Home
last modified time | relevance | path

Searched refs:block_decl (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/docs/
H A DBlockLanguageSpec.rst83 Block_literal_expression ::= ^ block_decl compound_statement_body
84 block_decl ::=
85 block_decl ::= parameter_list
86 block_decl ::= type_expression
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp657 clang::BlockDecl *block_decl = in GetOrCreateBlockDecl() local
659 m_uid_to_decl.insert({toOpaqueUid(block_id), block_decl}); in GetOrCreateBlockDecl()
664 m_decl_to_status.insert({block_decl, status}); in GetOrCreateBlockDecl()
666 return block_decl; in GetOrCreateBlockDecl()