Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h598 void AddThisType(NameSearchContext &context, TypeFromUser &type,
H A DClangExpressionDeclMap.cpp965 AddThisType(context, class_user_type, current_id); in FindExternalVisibleDecls()
1010 AddThisType(context, pointee_type, current_id); in FindExternalVisibleDecls()
2127 void ClangExpressionDeclMap::AddThisType(NameSearchContext &context, in AddThisType() function in ClangExpressionDeclMap