OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPossibleDynamicType
(Results
1 - 7
of
7
) sorted by null
/external/lldb/include/lldb/Symbol/
ClangASTType.h
185
return
IsPossibleDynamicType
(target_type, true, false);
189
IsPossibleDynamicType
(ClangASTType *target_type, // Can pass NULL
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp
225
return in_value.GetClangType().
IsPossibleDynamicType
(NULL,
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp
42
return in_value.GetClangType().
IsPossibleDynamicType
(NULL, check_cxx, check_objc);
/external/lldb/include/lldb/Core/
ValueObject.h
639
IsPossibleDynamicType
();
[
all
...]
/external/lldb/include/lldb/DataFormatters/
FormatNavigator.h
587
bool canBeObjCDynamic = valobj.GetClangType().
IsPossibleDynamicType
(NULL,
/external/lldb/source/Core/
ValueObject.cpp
499
if (
IsPossibleDynamicType
())
614
if (
IsPossibleDynamicType
())
[
all
...]
/external/lldb/source/Symbol/
ClangASTType.cpp
715
ClangASTType::
IsPossibleDynamicType
(ClangASTType *dynamic_pointee_type,
758
cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).
IsPossibleDynamicType
(dynamic_pointee_type,
764
cast<ElaboratedType>(qual_type)->getNamedType()).
IsPossibleDynamicType
(dynamic_pointee_type,
770
cast<ParenType>(qual_type)->desugar()).
IsPossibleDynamicType
(dynamic_pointee_type,
[
all
...]
Completed in 726 milliseconds