HomeSort by: relevance | last modified time | path
    Searched refs:ChildExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ParentMapContext.cpp 132 const auto *ChildExpr = Node.get<Expr>();
142 while (ChildExpr && RewrittenBinOpParentsList.size() == 1 &&
153 if (RWBO->getLHS()->IgnoreUnlessSpelledInSource() != ChildExpr &&
154 RWBO->getRHS()->IgnoreUnlessSpelledInSource() != ChildExpr)
161 if (ParentExpr && ChildExpr)
162 return AscendIgnoreUnlessSpelledInSource(ParentExpr, ChildExpr);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 1716 if (Expr *ChildExpr = dyn_cast<Expr>(Child)) {
1719 markExprChild(ChildExpr, NodeRole::Expression);

Completed in 31 milliseconds