Searched defs:IsPossibleDynamicType (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ | ||
H A D | CompilerType.cpp | 246 bool CompilerType::IsPossibleDynamicType(CompilerType *dynamic_pointee_type, IsPossibleDynamicType() function in CompilerType |
/freebsd-src/contrib/llvm-project/lldb/source/Core/ | ||
H A D | ValueObject.cpp | 1534 bool ValueObject::IsPossibleDynamicType() { IsPossibleDynamicType() function in ValueObject |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 3499 bool TypeSystemClang::IsPossibleDynamicType(lldb::opaque_compiler_type_t type, IsPossibleDynamicType() function in TypeSystemClang |