Home
last modified time | relevance | path

Searched refs:getNumSemanticExprs (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp423 if (unsigned ExprCount = POE->getNumSemanticExprs()) { in isAllocInit()
484 if (unsigned SemanticExprCount = POE->getNumSemanticExprs()) { in isOwned()
/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/Serialization/
H A DASTWriterStmt.cpp1382 Record.push_back(E->getNumSemanticExprs()); in VisitPseudoObjectExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp358 POE->getNumSemanticExprs() == 1 && in DiagnoseUnused()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3954 for (unsigned i = E->getNumSemanticExprs(); i != 0; ) { in VisitPseudoObjectExpr()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1240 PseudoOp->getNumSemanticExprs() - 1)); in RewritePropertyOrImplicitSetter()
H A DRewriteModernObjC.cpp1420 PseudoOp->getNumSemanticExprs() - 1)); in RewritePropertyOrImplicitSetter()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6741 unsigned getNumSemanticExprs() const { return getNumSubExprs() - 1; } in getNumSemanticExprs() function