Home
last modified time | relevance | path

Searched refs:attributeArray (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp882 JOS.attributeArray("bases", [this, RD] { in VisitCXXRecordDecl()
1312 JOS.attributeArray("lookups", [this, ULE] { in VisitUnresolvedLookupExpr()
1384 JOS.attributeArray("cleanups", [this, EWC] { in VisitExprWithCleanups()
1443 JOS.attributeArray("explicitTemplateArgs", [DSME, this] { in VisitCXXDependentScopeMemberExpr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h945 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray() function