Searched refs:found_decls (Results 1 – 5 of 5) sorted by relevance
201 decl_range found_decls();
51 CXXBasePaths::decl_range CXXBasePaths::found_decls() { in found_decls() function in CXXBasePaths
1103 std::vector<CompilerDecl> found_decls = in LookupLocalVariable() local1108 for (CompilerDecl decl : found_decls) { in LookupLocalVariable()
182 for (auto *overridden_decl : paths.found_decls()) in addOverridesForMethod()8931 std::vector<CompilerDecl> found_decls; in DeclContextFindDeclByName() local8939 decl_context != nullptr && found_decls.empty(); in DeclContextFindDeclByName()8970 found_decls.push_back(CompilerDecl(this, nd)); in DeclContextFindDeclByName()8977 found_decls.push_back(CompilerDecl(this, nd)); in DeclContextFindDeclByName()8983 return found_decls; in DeclContextFindDeclByName()
7955 for (auto *I : Paths.found_decls()) { in AddOverriddenMethods()