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

References

tools/lldb/include/lldb/DataFormatters/FormatClasses.h
  130     if (type.IsValid()) {
  143     if (m_type.m_compiler_type.IsValid())
tools/lldb/include/lldb/Target/Language.h
   63       bool IsValid() override { return m_compiler_type.IsValid(); }
tools/lldb/source/API/SBType.cpp
  279     if (return_type.IsValid())
  406     if (base_class_type.IsValid())
  423     if (base_class_type.IsValid())
  437     if (this_type.IsValid()) {
  460     if (this_type.IsValid()) {
  467       if (field_type.IsValid()) {
  548   if (type.IsValid())
tools/lldb/source/API/SBTypeNameSpecifier.cpp
   75   if (c_type.IsValid())
tools/lldb/source/Breakpoint/Watchpoint.cpp
   35   if (type && type->IsValid())
  108   if (!m_type.IsValid()) {
tools/lldb/source/Commands/CommandObjectMemory.cpp
  507       if (!compiler_type.IsValid()) {
  523         if (pointer_type.IsValid())
tools/lldb/source/Core/FormatEntity.cpp
 1683               if (var_value_sp->GetCompilerType().IsValid()) {
tools/lldb/source/Core/Value.cpp
  240   if (!m_compiler_type.IsValid()) {
  283     if (ast_type.IsValid())
  327     if (ast_type.IsValid())
  336     if (ast_type.IsValid())
  586   if (compiler_type.IsValid()) {
tools/lldb/source/Core/ValueObject.cpp
  328     if (m_override_type.IsValid())
  347       if (m_override_type.IsValid())
 3284   return (!type.IsValid()) || (0 != (type.GetTypeInfo() & eTypeHasValue));
tools/lldb/source/Core/ValueObjectRegister.cpp
  258   if (!m_compiler_type.IsValid()) {
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  133     if (type.IsValid() && type.IsPointerOrReferenceType())
tools/lldb/source/Core/ValueObjectVariable.cpp
   97   if (!type.IsValid())
  111   if (!type.IsValid())
  164       if (compiler_type.IsValid())
tools/lldb/source/DataFormatters/FormatManager.cpp
  264       if (!compiler_type.IsValid())
  269       if (!unqual_compiler_ast_type.IsValid())
  485   if (compiler_type.IsValid()) {
  507     if (child_compiler_type.IsValid()) {
  574   if (valobj_sp && valobj_sp->GetCompilerType().IsValid()) {
tools/lldb/source/DataFormatters/TypeFormat.cpp
  181   if (!valobj_enum_type.IsValid())
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  245     if (m_compiler_type.IsValid()) {
  404       if (!m_compiler_type.IsValid()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 2091   if (!type.IsValid())
 2115   if (!type.IsValid())
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  942           if (pointee_type.IsValid()) {
 2131   if (!copied_clang_type.IsValid())
tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
   93     if (!m_block_struct_type.IsValid()) {
  155     if (!m_block_struct_type.IsValid())
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
   93   if (!m_element_type.IsValid())
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
  280     return m_element_type.IsValid();
  283     return m_element_type.IsValid();
  324             .IsValid())
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
  290   if (!type.IsValid() || type.GetNumTemplateArguments() == 0)
tools/lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
   26   if (!type.IsValid())
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
  613     if (!m_pair_type.IsValid()) {
  619     if (!m_pair_type.IsValid())
  857     if (!m_pair_type.IsValid()) {
  863     if (!m_pair_type.IsValid())
 1015     if (!m_pair_type.IsValid()) {
 1021     if (!m_pair_type.IsValid())
tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
  916     bool IsValid() override { return m_compiler_type.IsValid(); }
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
  510     if (ivar_type.IsValid()) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1195   if (valobj.GetCompilerType().IsValid()) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
  248   if (valobj.GetCompilerType().IsValid()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  785   lldbassert(ct.IsValid());
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  411     if (!clang_type.IsValid()) {
  423       assert(clang_type.IsValid());
  484     if (!ast_enum.IsValid()) {
  557     if (!ast_typedef.IsValid()) {
tools/lldb/source/Symbol/ClangASTContext.cpp
 2159   if (element_type.IsValid()) {
 2196           .IsValid()) {
 2219   if ((type = GetTypeForIdentifier<clang::CXXRecordDecl>(type_name)).IsValid())
 2991   if (!pointee_or_element_clang_type.IsValid())
 7869   if (!type.IsValid() || !field_clang_type.IsValid())
 7869   if (!type.IsValid() || !field_clang_type.IsValid())
 8082   if (!type.IsValid() || !var_type.IsValid())
 8082   if (!type.IsValid() || !var_type.IsValid())
 8126   if (!type || !method_clang_type.IsValid() || name == nullptr ||
 8355   if (type && superclass_clang_type.IsValid() &&
 8375   if (!type || !property_clang_type.IsValid() || property_name == nullptr ||
 8388     if (property_clang_type.IsValid())
 8394     if (class_interface_decl && property_clang_type_to_access.IsValid()) {
 8580   if (!type || !method_clang_type.IsValid())
 8939   if (type && pointee_type.IsValid() &&
tools/lldb/source/Symbol/CompilerType.cpp
   38   if (IsValid())
   44   if (IsValid())
   51   if (IsValid())
   66   if (IsValid())
   72   if (IsValid())
   78   if (IsValid())
   84   if (IsValid())
   90   if (IsValid())
   96   if (IsValid())
  102   if (IsValid())
  110   if (IsValid())
  116   if (IsValid())
  123   if (IsValid())
  129   if (IsValid())
  136   if (IsValid())
  142   if (IsValid())
  148   if (IsValid())
  158   if (IsValid()) {
  167   if (IsValid()) {
  177   if (IsValid()) {
  186   if (IsValid())
  193   if (IsValid()) {
  202   if (IsValid())
  208   if (IsValid()) {
  217   if (IsValid())
  224   if (!IsValid())
  231   if (!IsValid())
  237   if (!IsValid())
  243   if (!IsValid())
  257   if (!IsValid())
  265   if (!IsValid())
  282   if (IsValid()) {
  291   if (IsValid()) {
  301   if (!IsValid())
  308   if (!IsValid())
  315   if (!IsValid())
  328   if (IsValid())
  336   if (IsValid()) {
  343   if (IsValid()) {
  350   if (IsValid())
  356   if (IsValid())
  362   if (IsValid()) {
  369   if (IsValid()) {
  376   if (IsValid()) {
  383   if (IsValid()) {
  390   if (IsValid()) {
  397   if (IsValid())
  403   if (IsValid()) {
  410   if (IsValid()) {
  417   if (IsValid())
  424   if (IsValid())
  431   if (IsValid())
  438   if (IsValid())
  445   if (IsValid())
  454   if (IsValid())
  461   if (IsValid())
  471   if (IsValid())
  479   if (IsValid())
  492   if (IsValid())
  498   if (!IsValid())
  505   if (!IsValid())
  513   if (!IsValid())
  520   if (IsValid())
  529   if (IsValid())
  534   if (!IsValid())
  543   if (!IsValid())
  550   if (IsValid())
  556   if (IsValid())
  564   if (IsValid())
  573   if (IsValid())
  606   if (!IsValid())
  651   if (IsValid() && name && name[0]) {
  659   if (IsValid()) {
  666   if (IsValid())
  672   if (IsValid()) {
  680   if (IsValid())
  686   if (IsValid())
  692   if (IsValid())
  698   if (IsValid())
  710   if (IsValid() && name && name[0]) {
  726   if (!IsValid())
  740   if (!IsValid())
  751   if (IsValid())
  757   if (IsValid())
  762   if (IsValid()) {
  769   if (IsValid())
  780   if (!IsValid())
  878   if (!IsValid())
  964   if (!IsValid())
 1009   if (!IsValid())
tools/lldb/source/Symbol/Type.cpp
  196   if (m_compiler_type.IsValid()) {
  255   if (m_compiler_type.IsValid()) {
  466   if (!m_compiler_type.IsValid()) {
  473         if (encoding_compiler_type.IsValid()) {
  576     if (m_compiler_type.IsValid())
  584     if (m_compiler_type.IsValid() &&
  618   return m_compiler_type.IsValid();
  789   return m_compiler_type.IsValid();
  882     return m_static_type.IsValid() || m_dynamic_type.IsValid();
  882     return m_static_type.IsValid() || m_dynamic_type.IsValid();
  917     if (m_dynamic_type.IsValid()) {
  929     if (m_dynamic_type.IsValid()) {
  941     if (m_dynamic_type.IsValid()) {
  953     if (m_dynamic_type.IsValid()) {
  965     if (m_dynamic_type.IsValid()) {
  977     if (m_dynamic_type.IsValid()) {
  989     if (m_dynamic_type.IsValid()) {
 1002       if (m_dynamic_type.IsValid())
 1014       if (m_dynamic_type.IsValid())
 1026     if (m_dynamic_type.IsValid()) {
 1039   return m_type.IsValid() && m_kind != lldb::eMemberFunctionKindUnknown;
tools/lldb/source/Symbol/Variable.cpp
  568     if (compiler_type.IsValid()) {
  662       if (compiler_type.IsValid()) {
  700         if (compiler_type.IsValid()) {
tools/lldb/source/Target/ABI.cpp
   86   if (!ast_type.IsValid())
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  468   if (abi && m_return_type.IsValid()) {
tools/lldb/source/Target/ThreadPlanTracer.cpp
   95   if (!m_intptr_type.IsValid()) {
  188   if (abi && intptr_type.IsValid()) {
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  176   EXPECT_TRUE(type.IsValid());