Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h4767 Expr *getSemanticExpr(unsigned index) { in getSemanticExpr() function
4771 const Expr *getSemanticExpr(unsigned index) const { in getSemanticExpr() function
4772 return const_cast<PseudoObjectExpr*>(this)->getSemanticExpr(index); in getSemanticExpr()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp918 POE->getSemanticExpr(POE->getNumSemanticExprs() - 1); in peelOffOuterExpr()
/external/llvm-project/clang/include/clang/AST/
DExpr.h6104 Expr *getSemanticExpr(unsigned index) { in getSemanticExpr() function
6108 const Expr *getSemanticExpr(unsigned index) const { in getSemanticExpr() function
6109 return const_cast<PseudoObjectExpr*>(this)->getSemanticExpr(index); in getSemanticExpr()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp340 isa<CallExpr>(POE->getSemanticExpr(0))) in DiagnoseUnusedExprResult()
341 return DiagnoseUnusedExprResult(POE->getSemanticExpr(0)); in DiagnoseUnusedExprResult()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1862 POE->getSemanticExpr(POE->getNumSemanticExprs() - 1); in peelOffOuterExpr()
/external/clang/lib/Analysis/
DCFG.cpp2726 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp3682 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1232 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr( in RewritePropertyOrImplicitSetter()
DRewriteModernObjC.cpp1413 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr( in RewritePropertyOrImplicitSetter()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1241 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr( in RewritePropertyOrImplicitSetter()
DRewriteModernObjC.cpp1420 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr( in RewritePropertyOrImplicitSetter()