Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4489 unsigned getNumSubExprs() const { return NumExprs; } in getNumSubExprs() function
5554 unsigned getNumSubExprs() const { return NumSubExprs; } in getNumSubExprs() function
6510 unsigned getNumSubExprs() const { in getNumSubExprs() function
6694 unsigned getNumSubExprs() const { return NumSubExprs; } in getNumSubExprs() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4976 unsigned AtomicExpr::getNumSubExprs(AtomicOp Op) { in getNumSubExprs() function in AtomicExpr