Home
last modified time | relevance | path

Searched refs:IsCXXClassType (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp120 if (TypeSystemClang::IsCXXClassType( in GetTypeInfoFromVTableAddress()
152 if (TypeSystemClang::IsCXXClassType( in GetTypeInfoFromVTableAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h571 static bool IsCXXClassType(const CompilerType &type);
H A DTypeSystemClang.cpp3688 bool TypeSystemClang::IsCXXClassType(const CompilerType &type) { in IsCXXClassType() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp682 if (TypeSystemClang::IsCXXClassType(element_ast_type) && in CreateLLDBTypeFromPDBType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp249 if (!TypeSystemClang::IsCXXClassType(type)) in RequireCompleteType()
1083 if (TypeSystemClang::IsCXXClassType(class_opaque_type)) { in ParseSubroutine()