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

/external/clang/include/clang/AST/
H A DExpr.h4767 Expr *getSemanticExpr(unsigned index) { function
4771 const Expr *getSemanticExpr(unsigned index) const { function
4772 return const_cast<PseudoObjectExpr*>(this)->getSemanticExpr(index);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp918 POE->getSemanticExpr(POE->getNumSemanticExprs() - 1);
/external/clang/lib/Analysis/
H A DCFG.cpp2726 Expr *Semantic = E->getSemanticExpr(--i);
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1232 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(
H A DRewriteModernObjC.cpp1413 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(

Completed in 134 milliseconds