HomeSort by: relevance | last modified time | path
    Searched refs:attributeObject (Results 1 - 4 of 4) sorted by relevancy

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

Completed in 21 milliseconds