Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp51 const bool check_objc = false; in CouldHaveDynamicValue() local
53 check_objc); in CouldHaveDynamicValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp216 bool check_objc) const { in IsPossibleDynamicType()
219 check_cplusplus, check_objc); in IsPossibleDynamicType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h128 bool check_objc) const;
H A DTypeSystem.h182 bool check_cplusplus, bool check_objc) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp929 const bool check_objc = true; in GetPossibleFormattersMatches() local
931 compiler_type.IsPossibleDynamicType(nullptr, check_cpp, check_objc); in GetPossibleFormattersMatches()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h620 bool check_cplusplus, bool check_objc) override;
H A DTypeSystemClang.cpp3514 bool check_objc) { in IsPossibleDynamicType() argument
3522 if (check_objc && in IsPossibleDynamicType()
3532 if (check_objc) { in IsPossibleDynamicType()
3622 if (check_objc) { in IsPossibleDynamicType()