Home
last modified time | relevance | path

Searched refs:ChildExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp132 const auto *ChildExpr = Node.get<Expr>(); in getParents() local
142 while (ChildExpr && RewrittenBinOpParentsList.size() == 1 && in getParents()
153 if (RWBO->getLHS()->IgnoreUnlessSpelledInSource() != ChildExpr && in getParents()
154 RWBO->getRHS()->IgnoreUnlessSpelledInSource() != ChildExpr) in getParents()
161 if (ParentExpr && ChildExpr) in getParents()
162 return AscendIgnoreUnlessSpelledInSource(ParentExpr, ChildExpr); in getParents()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1721 if (Expr *ChildExpr = dyn_cast<Expr>(Child)) { in markStmtChild() local
1724 markExprChild(ChildExpr, NodeRole::Expression); in markStmtChild()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp16293 Expr *ChildExpr = dyn_cast_or_null<Expr>(SubStmt); in AnalyzeImplicitConversions() local
16294 if (!ChildExpr) in AnalyzeImplicitConversions()
16298 if (ChildExpr == CSE->getOperand()) in AnalyzeImplicitConversions()
16305 isa<StringLiteral>(ChildExpr->IgnoreParenImpCasts())) in AnalyzeImplicitConversions()
16309 WorkList.push_back({ChildExpr, CC, IsListInit}); in AnalyzeImplicitConversions()
17002 const Expr *ChildExpr = dyn_cast_or_null<Expr>(Sub); in VisitCoroutineSuspendExpr() local
17003 if (!ChildExpr) in VisitCoroutineSuspendExpr()
17006 if (ChildExpr == CSE->getOperand()) in VisitCoroutineSuspendExpr()