Home
last modified time | relevance | path

Searched defs:InsertUnique (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() function in TypeMap
H A DType.cpp182 bool TypeResults::InsertUnique(const lldb::TypeSP &type_sp) { InsertUnique() function in TypeResults
/llvm-project/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp70 auto InsertUnique = [&](char32_t CP, std::string Name) { in loadDataFiles() local