Searched refs:found_decls (Results 1 – 2 of 2) sorted by relevance
1084 std::vector<CompilerDecl> found_decls = in LookupLocalVariable() local1089 for (CompilerDecl decl : found_decls) { in LookupLocalVariable()
9559 std::vector<CompilerDecl> found_decls; in DeclContextFindDeclByName() local9567 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()