Home
last modified time | relevance | path

Searched refs:check_cplusplus (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp215 bool check_cplusplus, in IsPossibleDynamicType() argument
219 check_cplusplus, check_objc); in IsPossibleDynamicType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h127 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
H A DTypeSystem.h181 bool check_cplusplus, bool check_objc) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h612 bool check_cplusplus, bool check_objc) override;
H A DTypeSystemClang.cpp3537 bool check_cplusplus, in IsPossibleDynamicType() argument
3613 if (check_cplusplus) { in IsPossibleDynamicType()