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()
151 if (TypeSystemClang::IsCXXClassType( in GetTypeInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp686 if (TypeSystemClang::IsCXXClassType(element_ast_type) && in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h653 static bool IsCXXClassType(const CompilerType &type);
H A DTypeSystemClang.cpp3740 bool TypeSystemClang::IsCXXClassType(const CompilerType &type) { in IsCXXClassType() function in TypeSystemClang
9539 if (!TypeSystemClang::IsCXXClassType(type)) in RequireCompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1208 if (!TypeSystemClang::IsCXXClassType(class_opaque_type)) in ParseCXXMethod()