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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp127 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); });
156 J.attributeObject("args", [&] {
173 J.attributeObject("args", [&] { J.attribute("name", ProcName); });
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp32 JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); });
51 JOS.attributeObject("range",
99 JOS.attributeObject("loc",
101 JOS.attributeObject("range",
134 JOS.attributeObject("loc",
136 JOS.attributeObject("range",
146 JOS.attributeObject("range", [R, this] { writeSourceRange(R); });
246 JOS.attributeObject("spellingLoc", [Spelling, this] {
249 JOS.attributeObject("expansionLoc", [Expansion, Loc, this] {
261 JOS.attributeObject("begi
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h804 void attributeObject(llvm::StringRef Key, Block Contents) { function in class:llvm::json::OStream

Completed in 130 milliseconds