Home
last modified time | relevance | path

Searched refs:FindDeclByName (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h67 std::vector<CompilerDecl> FindDeclByName(ConstString name,
/src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp17 CompilerDeclContext::FindDeclByName(ConstString name, in FindDeclByName() function in CompilerDeclContext
/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1078 decl_context.FindDeclByName(name, namespace_decl.IsValid()); in LookupLocalVariable()