Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4420 unsigned getNumSubExprs() const { return NumExprs; } in getNumSubExprs() function
5270 unsigned getNumSubExprs() const { return NumSubExprs; } in getNumSubExprs() function
6113 unsigned getNumSubExprs() const { in getNumSubExprs() function
6287 unsigned getNumSubExprs() const { return NumSubExprs; } in getNumSubExprs() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4690 unsigned AtomicExpr::getNumSubExprs(AtomicOp Op) { in getNumSubExprs() function in AtomicExpr