Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h4446 const Expr *getAssocExpr(unsigned i) const { in getAssocExpr() function
4449 Expr *getAssocExpr(unsigned i) { return cast<Expr>(SubExprs[END_EXPR+i]); } in getAssocExpr() function