Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp122 static constexpr bool check_objc = true; in CouldHaveDynamicValue() local
124 check_objc); in CouldHaveDynamicValue()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h176 bool check_objc) const;
H A DTypeSystem.h198 bool check_cplusplus, bool check_objc) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp271 bool check_objc) const { in IsPossibleDynamicType()
275 check_cplusplus, check_objc); in IsPossibleDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp895 const bool check_objc = true; in GetPossibleFormattersMatches() local
897 compiler_type.IsPossibleDynamicType(nullptr, check_cpp, check_objc); in GetPossibleFormattersMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h705 bool check_cplusplus, bool check_objc) override;
H A DTypeSystemClang.cpp3582 bool check_objc) { in IsPossibleDynamicType() argument
3598 if (check_objc && llvm::cast<clang::BuiltinType>(qual_type)->getKind() == in IsPossibleDynamicType()
3606 if (!check_objc) in IsPossibleDynamicType()
3680 if (check_objc) { in IsPossibleDynamicType()