Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h302 void FindObjCPropertyAndIvarDecls(NameSearchContext &context);
H A DClangASTSource.cpp532 FindObjCPropertyAndIvarDecls(context); in FindExternalVisibleDecls()
1191 void ClangASTSource::FindObjCPropertyAndIvarDecls(NameSearchContext &context) { in FindObjCPropertyAndIvarDecls() function in ClangASTSource