Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp119 if (TypeSystemClang::IsCXXClassType( in GetTypeInfo()
152 if (TypeSystemClang::IsCXXClassType( in GetTypeInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h646 static bool IsCXXClassType(const CompilerType &type);
H A DTypeSystemClang.cpp3677 bool TypeSystemClang::IsCXXClassType(const CompilerType &type) { in IsCXXClassType() function in TypeSystemClang
9400 if (!TypeSystemClang::IsCXXClassType(type)) in RequireCompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp687 if (TypeSystemClang::IsCXXClassType(element_ast_type) && in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1144 if (TypeSystemClang::IsCXXClassType(class_opaque_type)) { in ParseSubroutine()