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.cpp151 const auto *ChildExpr = Node.get<Expr>(); in getParents() local
161 while (ChildExpr && RewrittenBinOpParentsList.size() == 1 && in getParents()
172 if (RWBO->getLHS()->IgnoreUnlessSpelledInSource() != ChildExpr && in getParents()
173 RWBO->getRHS()->IgnoreUnlessSpelledInSource() != ChildExpr) in getParents()
180 if (ParentExpr && ChildExpr) in getParents()
181 return AscendIgnoreUnlessSpelledInSource(ParentExpr, ChildExpr); in getParents()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1722 if (Expr *ChildExpr = dyn_cast<Expr>(Child)) { in markStmtChild() local
1725 markExprChild(ChildExpr, NodeRole::Expression); in markStmtChild()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11415 Expr *ChildExpr = dyn_cast_or_null<Expr>(SubStmt); in AnalyzeImplicitConversions() local
11416 if (!ChildExpr) in AnalyzeImplicitConversions()
11420 if (ChildExpr == CSE->getOperand()) in AnalyzeImplicitConversions()
11427 isa<StringLiteral>(ChildExpr->IgnoreParenImpCasts())) in AnalyzeImplicitConversions()
11431 WorkList.push_back({ChildExpr, CC, IsListInit}); in AnalyzeImplicitConversions()
12107 const Expr *ChildExpr = dyn_cast_or_null<Expr>(Sub); in VisitCoroutineSuspendExpr() local
12108 if (!ChildExpr) in VisitCoroutineSuspendExpr()
12111 if (ChildExpr == CSE->getOperand()) in VisitCoroutineSuspendExpr()