Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h6191 Expr *getSemanticExpr(unsigned index) { in getSemanticExpr() function
6195 const Expr *getSemanticExpr(unsigned index) const { in getSemanticExpr() function
6196 return const_cast<PseudoObjectExpr*>(this)->getSemanticExpr(index); in getSemanticExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp340 isa<CallExpr>(POE->getSemanticExpr(0))) in DiagnoseUnusedExprResult()
341 return DiagnoseUnusedExprResult(POE->getSemanticExpr(0), DiagID); in DiagnoseUnusedExprResult()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2132 POE->getSemanticExpr(POE->getNumSemanticExprs() - 1); in peelOffOuterExpr()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp3837 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1241 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr( in RewritePropertyOrImplicitSetter()
H A DRewriteModernObjC.cpp1421 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr( in RewritePropertyOrImplicitSetter()