Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp434 if (const auto *IdxLit = dyn_cast<IntegerLiteral>(Node.getIdx())) { in AST_MATCHER() local
435 const APInt ArrIdx = IdxLit->getValue(); in AST_MATCHER()