Home
last modified time | relevance | path

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

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