Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp424 auto *Expr = POE->getSemanticExpr(ExprCount - 1)->IgnoreParenCasts(); in isAllocInit()
485 E = POE->getSemanticExpr(SemanticExprCount - 1); in isOwned()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6763 Expr *getSemanticExpr(unsigned index) { in getSemanticExpr() function
6766 const Expr *getSemanticExpr(unsigned index) const { in getSemanticExpr() function
6767 return const_cast<PseudoObjectExpr*>(this)->getSemanticExpr(index); in getSemanticExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp359 isa<CallExpr>(POE->getSemanticExpr(0))) in DiagnoseUnused()
360 return DiagnoseUnused(S, POE->getSemanticExpr(0), DiagID); in DiagnoseUnused()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2105 POE->getSemanticExpr(POE->getNumSemanticExprs() - 1); in peelOffOuterExpr()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3955 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1239 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr( in RewritePropertyOrImplicitSetter()
H A DRewriteModernObjC.cpp1419 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr( in RewritePropertyOrImplicitSetter()