Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp126 if (ClangASTContext::IsCXXClassType( in GetTypeInfoFromVTableAddress()
158 if (ClangASTContext::IsCXXClassType( in GetTypeInfoFromVTableAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1462 if (ClangASTContext::IsCXXClassType(class_opaque_type)) { in ParseTypeFromDWARF()
1747 if (ClangASTContext::IsCXXClassType(array_element_type) && in ParseTypeFromDWARF()
3089 if (ClangASTContext::IsCXXClassType(member_clang_type) && in ParseChildMembers()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h565 static bool IsCXXClassType(const CompilerType &type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp660 if (ClangASTContext::IsCXXClassType(element_ast_type) && in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3934 bool ClangASTContext::IsCXXClassType(const CompilerType &type) { in IsCXXClassType() function in ClangASTContext