Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1079 std::vector<CompilerDecl> found_decls = in LookupLocalVariable() local
1084 for (CompilerDecl decl : found_decls) { in LookupLocalVariable()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9079 std::vector<CompilerDecl> found_decls; in DeclContextFindDeclByName() local
9087 decl_context != nullptr && found_decls.empty(); in DeclContextFindDeclByName()
9118 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()
9125 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()
9131 return found_decls; in DeclContextFindDeclByName()