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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp119 if (TypeSystemClang::IsCXXClassType(
152 if (TypeSystemClang::IsCXXClassType(
/freebsd-current/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) { function in class:TypeSystemClang
9400 if (!TypeSystemClang::IsCXXClassType(type))
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp687 if (TypeSystemClang::IsCXXClassType(element_ast_type) &&
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1144 if (TypeSystemClang::IsCXXClassType(class_opaque_type)) {

Completed in 146 milliseconds