Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DJSON.h1011 attributeImpl(Key, [&] { value(Contents); }); in attribute()
1015 attributeImpl(Key, [&] { array(Contents); }); in attributeArray()
1019 attributeImpl(Key, [&] { object(Contents); }); in attributeObject()
1035 void attributeImpl(llvm::StringRef Key, Block Contents) { in attributeImpl() function