Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp120 if (TypeSystemClang::IsCXXClassType( in GetTypeInfoFromVTableAddress()
152 if (TypeSystemClang::IsCXXClassType( in GetTypeInfoFromVTableAddress()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h577 static bool IsCXXClassType(const CompilerType &type);
H A DTypeSystemClang.cpp3752 bool TypeSystemClang::IsCXXClassType(const CompilerType &type) { in IsCXXClassType() function in TypeSystemClang
9876 if (!TypeSystemClang::IsCXXClassType(type)) in RequireCompleteType()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp689 if (TypeSystemClang::IsCXXClassType(element_ast_type) && in CreateLLDBTypeFromPDBType()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1096 if (TypeSystemClang::IsCXXClassType(class_opaque_type)) { in ParseSubroutine()