Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4436 unsigned getNumSubExprs() const { return NumExprs; } getNumSubExprs() function
5343 unsigned getNumSubExprs() const { return NumSubExprs; } getNumSubExprs() function
6299 unsigned getNumSubExprs() const { getNumSubExprs() function
6483 unsigned getNumSubExprs() const { return NumSubExprs; } getNumSubExprs() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4885 unsigned AtomicExpr::getNumSubExprs(AtomicOp Op) { getNumSubExprs() function in AtomicExpr