Searched refs:attributeImpl (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h797 attributeImpl(Key, [&] { value(Contents); });
801 attributeImpl(Key, [&] { array(Contents); });
805 attributeImpl(Key, [&] { object(Contents); });
819 void attributeImpl(llvm::StringRef Key, Block Contents) { function in class:llvm::json::OStream

Completed in 119 milliseconds