Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h174 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
H A DTypeSystem.h198 bool check_cplusplus, bool check_objc) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp268 bool check_cplusplus, in IsPossibleDynamicType() argument
273 check_cplusplus, check_objc); in IsPossibleDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h708 bool check_cplusplus, bool check_objc) override;
H A DTypeSystemClang.cpp3538 bool check_cplusplus, in IsPossibleDynamicType() argument
3615 if (check_cplusplus) { in IsPossibleDynamicType()