Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h640 void AddContextClassType(NameSearchContext &context,
H A DClangExpressionDeclMap.cpp799 AddContextClassType(context, TypeFromUser(m_ctx_obj->GetCompilerType())); in LookUpLldbClass()
841 AddContextClassType(context, pointee_type); in LookUpLldbClass()
856 AddContextClassType(context, class_user_type); in LookUpLldbClass()
886 AddContextClassType(context, pointee_type); in LookUpLldbClass()
1982 void ClangExpressionDeclMap::AddContextClassType(NameSearchContext &context, in AddContextClassType() function in ClangExpressionDeclMap