Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h4463 const Expr *getControllingExpr() const { in getControllingExpr() function
4466 Expr *getControllingExpr() { return cast<Expr>(SubExprs[CONTROLLING]); } in getControllingExpr() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h5725 Expr *getControllingExpr() { in getControllingExpr() function
5728 const Expr *getControllingExpr() const { in getControllingExpr() function