Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp49 const bool check_objc = false; in CouldHaveDynamicValue() local
51 check_objc); in CouldHaveDynamicValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h128 bool check_cplusplus, bool check_objc) const;
H A DTypeSystem.h183 bool check_cplusplus, bool check_objc) = 0;
H A DClangASTContext.h613 bool check_cplusplus, bool check_objc) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp230 bool check_objc) const { in IsPossibleDynamicType()
233 check_cplusplus, check_objc); in IsPossibleDynamicType()
H A DClangASTContext.cpp3741 bool check_objc) { in IsPossibleDynamicType() argument
3749 if (check_objc && in IsPossibleDynamicType()
3759 if (check_objc) { in IsPossibleDynamicType()
3797 check_objc); in IsPossibleDynamicType()
3804 check_objc); in IsPossibleDynamicType()
3811 check_objc); in IsPossibleDynamicType()
3816 dynamic_pointee_type, check_cplusplus, check_objc); in IsPossibleDynamicType()
3877 if (check_objc) { in IsPossibleDynamicType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp892 const bool check_objc = true; in GetPossibleFormattersMatches() local
894 compiler_type.IsPossibleDynamicType(nullptr, check_cpp, check_objc); in GetPossibleFormattersMatches()