/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 | 176 options.SetLanguage(eLanguageTypeObjC_plus_plus); in GetHistoryThreads()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 83 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 | 129 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUserExpression.cpp | 145 case lldb::eLanguageTypeObjC_plus_plus: in ScanContext() 447 case lldb::eLanguageTypeObjC_plus_plus: in SupportsCxxModuleImport()
|
H A D | ClangModulesDeclVendor.cpp | 412 case lldb::LanguageType::eLanguageTypeObjC_plus_plus: in LanguageSupportsClangModules()
|
H A D | ClangExpressionParser.cpp | 536 case lldb::eLanguageTypeObjC_plus_plus: in ClangExpressionParser()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | FormatManager.cpp | 706 lldb::eLanguageTypeObjC_plus_plus); in FormatManager() 708 lldb::eLanguageTypeObjC_plus_plus); in FormatManager()
|
H A D | TypeCategory.cpp | 48 case eLanguageTypeObjC_plus_plus: in IsApplicable()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 478 eLanguageTypeObjC_plus_plus = 0x0011, ///< Objective-C++. enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | ManualDWARFIndex.cpp | 292 cu_language == eLanguageTypeObjC_plus_plus) { in IndexUnitImpl()
|
H A D | DWARFASTParserClang.cpp | 750 cu_language == eLanguageTypeObjC_plus_plus) { in ParseTypeModifier() 1717 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 | 104 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 | 86 return lldb::LanguageType::eLanguageTypeObjC_plus_plus; in TranslateLanguage()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.cpp | 311 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 | 568 languages.Insert(lldb::eLanguageTypeObjC_plus_plus); in GetSupportedLanguagesForTypes() 581 languages.Insert(lldb::eLanguageTypeObjC_plus_plus); in GetSupportedLanguagesForExpressions() 1230 language == eLanguageTypeObjC_plus_plus) { in CreateRecordType()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81324 {SWIG_LUA_CONSTTAB_INT("eLanguageTypeObjC_plus_plus", (lldb::eLanguageTypeObjC_plus_plus))},
|