Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp53 JOS.attributeObject("range", in Visit()
104 JOS.attributeObject("loc", in Visit()
106 JOS.attributeObject("range", in Visit()
139 JOS.attributeObject("loc", in Visit()
141 JOS.attributeObject("range", in Visit()
287 JOS.attributeObject("spellingLoc", [Spelling, this] { in writeSourceLocation()
302 JOS.attributeObject("begin", in writeSourceRange()
626 JOS.attributeObject( in VisitDependentSizedExtVectorType()
897 JOS.attributeObject("defaultArg", [=] { in VisitTemplateTypeParmDecl()
913 JOS.attributeObject("defaultArg", [=] { in VisitNonTypeTemplateParmDecl()
[all …]
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h949 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject() function