Searched refs:attributeImpl (Results 1 – 1 of 1) sorted by relevance
942 attributeImpl(Key, [&] { value(Contents); }); in attribute()946 attributeImpl(Key, [&] { array(Contents); }); in attributeArray()950 attributeImpl(Key, [&] { object(Contents); }); in attributeObject()966 void attributeImpl(llvm::StringRef Key, Block Contents) { in attributeImpl() function