reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Symbol/CompilerDeclContext.h
   31   explicit operator bool() const { return IsValid(); }
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1174                                                  namespace_decl.IsValid());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
   34   if (!looking_for_nonmethods && parent_decl_ctx.IsValid())
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  428   if (name_type_mask & eFunctionNameTypeMethod && !parent_decl_ctx.IsValid()) {
  438       !parent_decl_ctx.IsValid()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1978   if (decl_ctx == nullptr || !decl_ctx->IsValid()) {
 2225   if (decl_ctx == nullptr || !decl_ctx->IsValid())
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1981   if (decl_ctx == nullptr || !decl_ctx->IsValid())
tools/lldb/source/Symbol/CompilerDeclContext.cpp
   19   if (IsValid())
   27   return IsValid() && m_type_system->getKind() == TypeSystem::eKindClang;
   31   if (IsValid())
   38   if (IsValid())
   45   if (IsValid())
   54   if (IsValid())
   63   if (!IsValid())
tools/lldb/tools/lldb-test/lldb-test.cpp
  446         ContextOr->IsValid() ? &*ContextOr : nullptr;
  502       ContextOr->IsValid() ? &*ContextOr : nullptr;
  520       ContextOr->IsValid() ? &*ContextOr : nullptr;
  569         ContextOr->IsValid() ? &*ContextOr : nullptr;