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