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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  533   static bool IsCXXClassType(const CompilerType &type);

References

tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  121                 if (ClangASTContext::IsCXXClassType(
  153                   if (ClangASTContext::IsCXXClassType(
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  946               if (ClangASTContext::IsCXXClassType(class_opaque_type)) {
 1174       if (ClangASTContext::IsCXXClassType(array_element_type) &&
 2855               if (ClangASTContext::IsCXXClassType(member_clang_type) &&
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  672     if (ClangASTContext::IsCXXClassType(element_ast_type) &&