Home
last modified time | relevance | path

Searched refs:getSemanticExpr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h6109 Expr *getSemanticExpr(unsigned index) { in getSemanticExpr() function
6113 const Expr *getSemanticExpr(unsigned index) const { in getSemanticExpr() function
6114 return const_cast<PseudoObjectExpr*>(this)->getSemanticExpr(index); in getSemanticExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp341 isa<CallExpr>(POE->getSemanticExpr(0))) in DiagnoseUnusedExprResult()
342 return DiagnoseUnusedExprResult(POE->getSemanticExpr(0)); in DiagnoseUnusedExprResult()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1947 POE->getSemanticExpr(POE->getNumSemanticExprs() - 1); in peelOffOuterExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp3682 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1241 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr( in RewritePropertyOrImplicitSetter()
H A DRewriteModernObjC.cpp1420 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr( in RewritePropertyOrImplicitSetter()