Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h4411 const Expr *getAssocExpr(unsigned i) const { in getAssocExpr() function
4414 Expr *getAssocExpr(unsigned i) { return cast<Expr>(SubExprs[END_EXPR+i]); } in getAssocExpr() function