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.h4436 unsigned getNumSubExprs() const { return NumExprs; } in getNumSubExprs() function
5343 unsigned getNumSubExprs() const { return NumSubExprs; } in getNumSubExprs() function
6299 unsigned getNumSubExprs() const { in getNumSubExprs() function
6483 unsigned getNumSubExprs() const { return NumSubExprs; } in getNumSubExprs() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4885 unsigned AtomicExpr::getNumSubExprs(AtomicOp Op) { in getNumSubExprs() function in AtomicExpr