Searched refs:compiler_decls (Results 1 – 1 of 1) sorted by relevance
23 std::vector<CompilerDecl> compiler_decls; in FindDecls() local24 uint32_t ret = FindDecls(name, /*append*/ false, max_matches, compiler_decls); in FindDecls()25 for (CompilerDecl compiler_decl : compiler_decls) { in FindDecls()