Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h97 bool IsContainedInLookup(CompilerDeclContext other) const;
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerDeclContext.cpp47 bool CompilerDeclContext::IsContainedInLookup(CompilerDeclContext other) const { in IsContainedInLookup() function in CompilerDeclContext
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2353 return decl_ctx.IsContainedInLookup(actual_decl_ctx); in DIEInDeclContext()