Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h185 return {getTrailingObjects<Stmt *>(), numChildren}; in getChildren()
194 CompoundStmt(SMRange location, unsigned numChildren) in CompoundStmt() argument
195 : Base(location), numChildren(numChildren) {} in CompoundStmt()
198 unsigned numChildren; variable
1249 return {getTrailingObjects<Decl *>(), numChildren}; in getChildren()
1256 Module(SMLoc loc, unsigned numChildren) in Module() argument
1257 : Base(SMRange{loc, loc}), numChildren(numChildren) {} in Module()
1260 unsigned numChildren; variable
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestGDBRemoteClient.py163 numChildren = regSet.GetNumChildren()
164 self.assertGreater(numChildren, 0)
165 for i in range(numChildren):
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp220 uint32_t numChildren = thisValSP->GetNumChildren(); in AddLambdaCaptureDecls() local
221 for (uint32_t i = 0; i < numChildren; ++i) { in AddLambdaCaptureDecls()