| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Language.cpp | 209 {"objective-c++", eLanguageTypeObjC_plus_plus}, 251 {"objc++", eLanguageTypeObjC_plus_plus}, 307 case eLanguageTypeObjC_plus_plus: in LanguageIsCPlusPlus() 317 case eLanguageTypeObjC_plus_plus: in LanguageIsObjC() 348 case eLanguageTypeObjC_plus_plus: in LanguageIsCFamily() 380 case eLanguageTypeObjC_plus_plus: in GetPrimaryLanguage()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ |
| H A D | ObjCPlusPlusLanguage.cpp | 40 case lldb::eLanguageTypeObjC_plus_plus: in CreateInstance()
|
| H A D | ObjCPlusPlusLanguage.h | 27 return lldb::eLanguageTypeObjC_plus_plus; in GetLanguageType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/ |
| H A D | ClangREPL.cpp | 39 languages.Insert(lldb::LanguageType::eLanguageTypeObjC_plus_plus); in Initialize()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 177 options.SetLanguage(eLanguageTypeObjC_plus_plus); in GetHistoryThreads()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | ReportRetriever.cpp | 84 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 127 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 714 lldb::eLanguageTypeObjC_plus_plus); in FormatManager() 716 lldb::eLanguageTypeObjC_plus_plus); in FormatManager()
|
| H A D | TypeCategory.cpp | 48 case eLanguageTypeObjC_plus_plus: in IsApplicable()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 145 case lldb::eLanguageTypeObjC_plus_plus: in ScanContext() 448 case lldb::eLanguageTypeObjC_plus_plus: in SupportsCxxModuleImport()
|
| H A D | ClangModulesDeclVendor.cpp | 422 case lldb::LanguageType::eLanguageTypeObjC_plus_plus: in LanguageSupportsClangModules()
|
| H A D | ClangExpressionParser.cpp | 652 case lldb::eLanguageTypeObjC_plus_plus: in SetupLangOpts()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 485 eLanguageTypeObjC_plus_plus = 0x0011, ///< Objective-C++. enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 305 cu_language == eLanguageTypeObjC_plus_plus) { in IndexUnitImpl()
|
| H A D | DWARFASTParserClang.cpp | 844 cu_language == eLanguageTypeObjC_plus_plus) { in ParseTypeModifier() 1787 attrs.class_language == eLanguageTypeObjC_plus_plus) && in ParseStructureLikeDIE()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 322 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 144 language != eLanguageTypeObjC_plus_plus) in CreateInstance()
|
| /freebsd/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 714 .. py:data:: eLanguageTypeObjC_plus_plus
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 87 return lldb::LanguageType::eLanguageTypeObjC_plus_plus; in TranslateLanguage()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 332 case eLanguageTypeObjC_plus_plus: in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 81 return lldb::LanguageType::eLanguageTypeObjC_plus_plus; in TranslateLanguage()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 569 languages.Insert(lldb::eLanguageTypeObjC_plus_plus); in GetSupportedLanguagesForTypes() 582 languages.Insert(lldb::eLanguageTypeObjC_plus_plus); in GetSupportedLanguagesForExpressions() 1255 language == eLanguageTypeObjC_plus_plus) { in CreateRecordType()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 82722 {SWIG_LUA_CONSTTAB_INT("eLanguageTypeObjC_plus_plus", (lldb::eLanguageTypeObjC_plus_plus))},
|