Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1083 std::vector<CompilerDecl> found_decls = in LookupLocalVariable() local
1088 for (CompilerDecl decl : found_decls) { in LookupLocalVariable()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9477 std::vector<CompilerDecl> found_decls; in DeclContextFindDeclByName() local
9485 decl_context != nullptr && found_decls.empty(); in DeclContextFindDeclByName()
9516 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()
9523 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()
9529 return found_decls; in DeclContextFindDeclByName()