Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp41 const bool check_objc = false; in CouldHaveDynamicValue() local
42 return in_value.GetClangType().IsPossibleDynamicType (NULL, check_cxx, check_objc); in CouldHaveDynamicValue()
/external/lldb/include/lldb/Symbol/
DClangASTType.h191 bool check_objc) const;
/external/lldb/source/Symbol/
DClangASTType.cpp717 bool check_objc) const in IsPossibleDynamicType()
728 if (check_objc && cast<BuiltinType>(qual_type)->getKind() == BuiltinType::ObjCId) in IsPossibleDynamicType()
737 if (check_objc) in IsPossibleDynamicType()
760check_objc); in IsPossibleDynamicType()
766check_objc); in IsPossibleDynamicType()
772check_objc); in IsPossibleDynamicType()
876 if (check_objc) in IsPossibleDynamicType()