Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1084 std::vector<CompilerDecl> found_decls = in LookupLocalVariable() local
1089 for (CompilerDecl decl : found_decls) { in LookupLocalVariable()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp9380 std::vector<CompilerDecl> found_decls; in DeclContextFindDeclByName() local
9388 decl_context != nullptr && found_decls.empty(); in DeclContextFindDeclByName()
9419 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()
9426 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()
9432 return found_decls; in DeclContextFindDeclByName()