Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1238 std::vector<clang::NamedDecl *> decls_from_modules; in LookupFunction() local
1243 decl_vendor->FindDecls(name, false, UINT32_MAX, decls_from_modules); in LookupFunction()
1331 for (clang::NamedDecl *decl : decls_from_modules) { in LookupFunction()