Home
last modified time | relevance | path

Searched refs:check_objc (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp120 static constexpr bool check_objc = true; in CouldHaveDynamicValue() local
122 check_objc); in CouldHaveDynamicValue()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp52 const bool check_objc = false; in CouldHaveDynamicValue() local
54 check_objc); in CouldHaveDynamicValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h175 bool check_objc) const;
H A DTypeSystem.h193 bool check_cplusplus, bool check_objc) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp248 bool check_objc) const { in IsPossibleDynamicType()
252 check_cplusplus, check_objc); in IsPossibleDynamicType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp878 const bool check_objc = true; in GetPossibleFormattersMatches() local
880 compiler_type.IsPossibleDynamicType(nullptr, check_cpp, check_objc); in GetPossibleFormattersMatches()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h697 bool check_cplusplus, bool check_objc) override;
H A DTypeSystemClang.cpp3502 bool check_objc) { in IsPossibleDynamicType() argument
3510 if (check_objc && in IsPossibleDynamicType()
3520 if (check_objc) { in IsPossibleDynamicType()
3611 if (check_objc) { in IsPossibleDynamicType()