Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1084 std::vector<CompilerDecl> found_decls = in LookupLocalVariable() local
1089 for (CompilerDecl decl : found_decls) { in LookupLocalVariable()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9559 std::vector<CompilerDecl> found_decls; in DeclContextFindDeclByName() local
9567 decl_context != nullptr && found_decls.empty(); in DeclContextFindDeclByName()
9598 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()
9605 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()
9611 return found_decls; in DeclContextFindDeclByName()