Home
last modified time | relevance | path

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

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