Searched refs:getSemanticExpr (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h4701 Expr *getSemanticExpr(unsigned index) { function
4705 const Expr *getSemanticExpr(unsigned index) const { function
4706 return const_cast<PseudoObjectExpr*>(this)->getSemanticExpr(index);
/external/clang/lib/Analysis/
H A DCFG.cpp2568 Expr *Semantic = E->getSemanticExpr(--i);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1451 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(
H A DRewriteObjC.cpp1240 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(

Completed in 1345 milliseconds