Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h91 bool IsContainedInLookup(CompilerDeclContext other) const;
/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp49 bool CompilerDeclContext::IsContainedInLookup(CompilerDeclContext other) const { in IsContainedInLookup() function in CompilerDeclContext
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2364 !parent_decl_ctx.IsContainedInLookup(actual_parent_decl_ctx))) in FindGlobalVariables()
2498 return decl_ctx.IsContainedInLookup(actual_decl_ctx); in ResolveFunction()