Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCXXInheritance.h190 decl_range found_decls();
/external/clang/lib/AST/
DCXXInheritance.cpp38 CXXBasePaths::decl_range CXXBasePaths::found_decls() { in found_decls() function in CXXBasePaths
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1083 std::vector<CompilerDecl> found_decls = in LookupLocalVariable() local
1088 for (CompilerDecl decl : found_decls) { in LookupLocalVariable()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp9247 std::vector<CompilerDecl> found_decls; in DeclContextFindDeclByName() local
9255 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()
/external/clang/lib/Sema/
DSemaDecl.cpp7071 for (auto *I : Paths.found_decls()) { in AddOverriddenMethods()