Searched defs:BlockArgumentImpl (Results 1 – 1 of 1) sorted by relevance
31 class BlockArgumentImpl; variable252 BlockArgumentImpl(Type type, Block *owner) : type(type), owner(owner) {} in BlockArgumentImpl() function