Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp4111 std::optional<std::pair<const VarDecl *, const VarDecl *>> ImplPair = in applyGadgets() local
4113 if (ImplPair) { in applyGadgets()
4114 std::pair<const VarDecl *, const VarDecl *> Impl = std::move(*ImplPair); in applyGadgets()