Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp57 for (auto *omd : noload_methods) in FindExternalVisibleDeclsByName() local
58 if (omd->getDeclName() == Name) in FindExternalVisibleDeclsByName()
59 decls.push_back(omd); in FindExternalVisibleDeclsByName()