Searched refs:ExistingRecord (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1078 const auto ExistingRecord = Manglings.find(NonTargetName); local
1079 if (ExistingRecord != std::end(Manglings))
1080 Manglings.remove(&(*ExistingRecord));

Completed in 161 milliseconds