Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h494 llvm::SmallSet<CompilerType, 5> m_function_types; ///< All the types of member
H A DClangASTSource.cpp2074 if (m_function_types.count(type)) in AddFunDecl()
2082 m_function_types.insert(type); in AddFunDecl()