Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp34 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 DTimeProfiler.cpp153 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 Dsancov.cpp317 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 DJSON.h949 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject() function