Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h1033 attributeImpl(Key, [&] { value(Contents); }); in attribute()
1037 attributeImpl(Key, [&] { array(Contents); }); in attributeArray()
1041 attributeImpl(Key, [&] { object(Contents); }); in attributeObject()
1057 void attributeImpl(llvm::StringRef Key, Block Contents) { in attributeImpl() function