Home
last modified time | relevance | path

Searched refs:found_decls (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCXXInheritance.h201 decl_range found_decls();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDCXXInheritance.cpp51 CXXBasePaths::decl_range CXXBasePaths::found_decls() { in found_decls() function in CXXBasePaths
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionDeclMap.cpp1103 std::vector<CompilerDecl> found_decls = in LookupLocalVariable() local
1108 for (CompilerDecl decl : found_decls) { in LookupLocalVariable()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp182 for (auto *overridden_decl : paths.found_decls()) in addOverridesForMethod()
8931 std::vector<CompilerDecl> found_decls; in DeclContextFindDeclByName() local
8939 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()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp7955 for (auto *I : Paths.found_decls()) { in AddOverriddenMethods()