Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ !
H A DBugReporterVisitors.cpp2153 POE->getSemanticExpr(POE->getNumSemanticExprs() - 1); in peelOffOuterExpr()
/src/contrib/llvm-project/clang/lib/Serialization/ !
H A DASTWriterStmt.cpp1359 Record.push_back(E->getNumSemanticExprs()); in VisitPseudoObjectExpr()
/src/contrib/llvm-project/clang/lib/Sema/ !
H A DSemaStmt.cpp345 POE->getNumSemanticExprs() == 1 && in DiagnoseUnusedExprResult()
/src/contrib/llvm-project/clang/lib/Analysis/ !
H A DCFG.cpp3842 for (unsigned i = E->getNumSemanticExprs(); i != 0; ) { in VisitPseudoObjectExpr()
/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ !
H A DRewriteObjC.cpp1242 PseudoOp->getNumSemanticExprs() - 1)); in RewritePropertyOrImplicitSetter()
H A DRewriteModernObjC.cpp1421 PseudoOp->getNumSemanticExprs() - 1)); in RewritePropertyOrImplicitSetter()
/src/contrib/llvm-project/clang/include/clang/AST/ !
H A DExpr.h6549 unsigned getNumSemanticExprs() const { return getNumSubExprs() - 1; } in getNumSemanticExprs() function