Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerDeclContext.h97 bool IsContainedInLookup(CompilerDeclContext other) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerDeclContext.cpp47 bool CompilerDeclContext::IsContainedInLookup(CompilerDeclContext other) const { in IsContainedInLookup() function in CompilerDeclContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp2298 return decl_ctx->IsContainedInLookup(actual_decl_ctx); in DIEInDeclContext()