Home
last modified time | relevance | path

Searched refs:bodyIterator (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/libclang/
DCIndex.cpp3673 for (auto *bodyIterator : compoundStmt->body()) { in clang_Cursor_Evaluate() local
3674 if ((expr = dyn_cast<Expr>(bodyIterator))) { in clang_Cursor_Evaluate()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4059 for (auto *bodyIterator : CS->body()) { in evaluateCompoundStmtExpr() local
4060 if (const auto *E = dyn_cast<Expr>(bodyIterator)) in evaluateCompoundStmtExpr()