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.h175 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.cpp270 bool check_cplusplus, in IsPossibleDynamicType() argument
275 check_cplusplus, check_objc); in IsPossibleDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h705 bool check_cplusplus, bool check_objc) override;
H A DTypeSystemClang.cpp3581 bool check_cplusplus, in IsPossibleDynamicType() argument
3651 if (!check_cplusplus) in IsPossibleDynamicType()