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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp121 if (ClangASTContext::IsCXXClassType(
153 if (ClangASTContext::IsCXXClassType(
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h492 static bool IsCXXClassType(const CompilerType &type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp663 if (ClangASTContext::IsCXXClassType(element_ast_type) &&
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1027 if (ClangASTContext::IsCXXClassType(class_opaque_type)) {
1253 if (ClangASTContext::IsCXXClassType(array_element_type) &&
2738 if (ClangASTContext::IsCXXClassType(member_clang_type) &&
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp3437 bool ClangASTContext::IsCXXClassType(const CompilerType &type) { function in class:ClangASTContext

Completed in 186 milliseconds