Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp45 if (m_function_types.count(type)) in AddFunDecl()
52 m_function_types.insert(type); in AddFunDecl()
H A DNameSearchContext.h40 llvm::SmallSet<CompilerType, 5> m_function_types; member