Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExpr.h4470 unsigned getNumSubExprs() const { return NumExprs; } getNumSubExprs() function
5535 unsigned getNumSubExprs() const { return NumSubExprs; } getNumSubExprs() function
6491 unsigned getNumSubExprs() const { getNumSubExprs() function
6675 unsigned getNumSubExprs() const { return NumSubExprs; } getNumSubExprs() function
[all...]
/llvm-project/clang/lib/AST/
H A DExpr.cpp4976 unsigned AtomicExpr::getNumSubExprs(AtomicOp Op) { getNumSubExprs() function in AtomicExpr