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.h4604 unsigned getNumSubExprs() const { return ShuffleVectorExprBits.NumExprs; } in getNumSubExprs() function
5759 unsigned getNumSubExprs() const { return NumSubExprs; } in getNumSubExprs() function
6702 unsigned getNumSubExprs() const { in getNumSubExprs() function
6881 unsigned getNumSubExprs() const { return NumSubExprs; } in getNumSubExprs() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5069 unsigned AtomicExpr::getNumSubExprs(AtomicOp Op) { in getNumSubExprs() function in AtomicExpr