Searched refs:found_decls (Results 1 – 2 of 2) sorted by relevance
1076 std::vector<CompilerDecl> found_decls = in LookupLocalVariable() local1081 for (CompilerDecl decl : found_decls) { in LookupLocalVariable()
9203 std::vector<CompilerDecl> found_decls; in DeclContextFindDeclByName() local9211 decl_context != nullptr && found_decls.empty(); in DeclContextFindDeclByName()9241 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()9248 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()9254 return found_decls; in DeclContextFindDeclByName()