Home
last modified time | relevance | path

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

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