Searched refs:attributeObject (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 34 JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); }); in Visit() 53 JOS.attributeObject("range", in Visit() 102 JOS.attributeObject("loc", in Visit() 104 JOS.attributeObject("range", in Visit() 137 JOS.attributeObject("loc", in Visit() 139 JOS.attributeObject("range", in Visit() 149 JOS.attributeObject("range", [R, this] { writeSourceRange(R); }); in Visit() 256 JOS.attributeObject("spellingLoc", [Spelling, this] { in writeSourceLocation() 259 JOS.attributeObject("expansionLoc", [Expansion, Loc, this] { in writeSourceLocation() 271 JOS.attributeObject("begin", in writeSourceRange() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 153 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); }); in write() 208 J.attributeObject("args", [&] { in write() 226 J.attributeObject("args", [&] { J.attribute("name", arg); }); in write()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/ |
H A D | sancov.cpp | 317 W.attributeObject(P.first, [&] { in operator <<() 323 W.attributeObject(FunctionName, [&] { in operator <<() 351 W.attributeObject("point-symbol-info", [&] { W << C.Points; }); in operator <<()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | JSON.h | 949 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject() function
|