Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp157 const auto *ChildExpr = Node.get<Expr>(); in getParents() local
167 while (ChildExpr && RewrittenBinOpParentsList.size() == 1 && in getParents()
178 if (RWBO->getLHS()->IgnoreUnlessSpelledInSource() != ChildExpr && in getParents()
179 RWBO->getRHS()->IgnoreUnlessSpelledInSource() != ChildExpr) in getParents()
186 if (ParentExpr && ChildExpr) in getParents()
187 return AscendIgnoreUnlessSpelledInSource(ParentExpr, ChildExpr); in getParents()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1714 if (Expr *ChildExpr = dyn_cast<Expr>(Child)) { in markStmtChild() local
1717 markExprChild(ChildExpr, NodeRole::Expression); in markStmtChild()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12847 Expr *ChildExpr = dyn_cast_or_null<Expr>(SubStmt); in AnalyzeImplicitConversions() local
12848 if (!ChildExpr) in AnalyzeImplicitConversions()
12852 if (ChildExpr == CSE->getOperand()) in AnalyzeImplicitConversions()
12859 isa<StringLiteral>(ChildExpr->IgnoreParenImpCasts())) in AnalyzeImplicitConversions()
12863 WorkList.push_back({ChildExpr, CC, IsListInit}); in AnalyzeImplicitConversions()
13540 const Expr *ChildExpr = dyn_cast_or_null<Expr>(Sub); in VisitCoroutineSuspendExpr() local
13541 if (!ChildExpr) in VisitCoroutineSuspendExpr()
13544 if (ChildExpr == CSE->getOperand()) in VisitCoroutineSuspendExpr()