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

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangASTSource.h435 llvm::SmallSet <ClangASTType, 5> m_function_types; ///< All the types of functions that have been reported, so we don't report conflicts member in struct:lldb_private::NameSearchContext
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp1748 if (m_function_types.count(type))
1751 m_function_types.insert(type);

Completed in 68 milliseconds