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