Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h4431 unsigned getNumSubExprs() const { return NumExprs; } in getNumSubExprs() function
5282 unsigned getNumSubExprs() const { return NumSubExprs; } in getNumSubExprs() function
6125 unsigned getNumSubExprs() const { in getNumSubExprs() function
6299 unsigned getNumSubExprs() const { return NumSubExprs; } in getNumSubExprs() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4716 unsigned AtomicExpr::getNumSubExprs(AtomicOp Op) { in getNumSubExprs() function in AtomicExpr