Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp18 const bool ignore_using_decls) { in FindDeclByName() argument
21 ignore_using_decls); in FindDeclByName()
/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h68 const bool ignore_using_decls);
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h582 const bool ignore_using_decls) override;
H A DTypeSystemClang.cpp9278 void *opaque_decl_ctx, ConstString name, const bool ignore_using_decls) { in DeclContextFindDeclByName()
9301 if (ignore_using_decls) in DeclContextFindDeclByName()
9309 if (ignore_using_decls) in DeclContextFindDeclByName()
9273 DeclContextFindDeclByName(void * opaque_decl_ctx,ConstString name,const bool ignore_using_decls) DeclContextFindDeclByName() argument