Searched refs:found_decls (Results 1 – 5 of 5) sorted by relevance
190 decl_range found_decls();
38 CXXBasePaths::decl_range CXXBasePaths::found_decls() { in found_decls() function in CXXBasePaths
1083 std::vector<CompilerDecl> found_decls = in LookupLocalVariable() local1088 for (CompilerDecl decl : found_decls) { in LookupLocalVariable()
9247 std::vector<CompilerDecl> found_decls; in DeclContextFindDeclByName() local9255 decl_context != nullptr && found_decls.empty(); in DeclContextFindDeclByName()9286 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()9293 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()9299 return found_decls; in DeclContextFindDeclByName()
7071 for (auto *I : Paths.found_decls()) { in AddOverriddenMethods()