Home
last modified time | relevance | path

Searched defs:numChildren (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h195 CompoundStmt(SMRange location, unsigned numChildren) in CompoundStmt()
199 unsigned numChildren; variable
1304 Module(SMLoc loc, unsigned numChildren) in Module()
1308 unsigned numChildren; variable
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp232 uint32_t numChildren = thisValSP->GetNumChildrenIgnoringErrors(); in AddLambdaCaptureDecls() local