diff options
Diffstat (limited to 'include/lldb/Symbol/CompilerDeclContext.h')
| -rw-r--r-- | include/lldb/Symbol/CompilerDeclContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Symbol/CompilerDeclContext.h b/include/lldb/Symbol/CompilerDeclContext.h index 9135b44323b5..7432adac6133 100644 --- a/include/lldb/Symbol/CompilerDeclContext.h +++ b/include/lldb/Symbol/CompilerDeclContext.h @@ -66,7 +66,7 @@ public: IsClang () const; std::vector<CompilerDecl> - FindDeclByName (ConstString name); + FindDeclByName (ConstString name, const bool ignore_using_decls); //---------------------------------------------------------------------- /// Checks if this decl context represents a method of a class. |
