Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp303 using ImplVec = llvm::SmallVector<Violation, 1>; typedef in __anon1adc617b0111::EffectToViolationMap
304 std::unique_ptr<ImplVec> Impl;
310 Impl = std::make_unique<ImplVec>(); in maybeInsert()