Searched defs:getNumSubExprs (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 4470 unsigned getNumSubExprs() const { return NumExprs; } getNumSubExprs() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 4976 unsigned AtomicExpr::getNumSubExprs(AtomicOp Op) { getNumSubExprs() function in AtomicExpr |