Searched refs:found_decls (Results 1 – 2 of 2) sorted by relevance
1079 std::vector<CompilerDecl> found_decls = in LookupLocalVariable() local1084 for (CompilerDecl decl : found_decls) { in LookupLocalVariable()
9079 std::vector<CompilerDecl> found_decls; in DeclContextFindDeclByName() local9087 decl_context != nullptr && found_decls.empty(); in DeclContextFindDeclByName()9118 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()9125 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()9131 return found_decls; in DeclContextFindDeclByName()