Home
last modified time | relevance | path

Searched refs:ignore_using_decls (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerDeclContext.cpp18 const bool ignore_using_decls) { in FindDeclByName() argument
21 ignore_using_decls); in FindDeclByName()
HDClangASTContext.cpp8930 void *opaque_decl_ctx, ConstString name, const bool ignore_using_decls) { in DeclContextFindDeclByName() argument
8953 if (ignore_using_decls) in DeclContextFindDeclByName()
8961 if (ignore_using_decls) in DeclContextFindDeclByName()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerDeclContext.h60 const bool ignore_using_decls);
HDClangASTContext.h431 const bool ignore_using_decls) override;