Searched refs:IdxLit (Results 1 – 1 of 1) sorted by relevance
434 if (const auto *IdxLit = dyn_cast<IntegerLiteral>(Node.getIdx())) { in AST_MATCHER() local435 const APInt ArrIdx = IdxLit->getValue(); in AST_MATCHER()