Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp215 bool check_cplusplus, in IsPossibleDynamicType() argument
219 check_cplusplus, check_objc); in IsPossibleDynamicType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h127 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
H A DTypeSystem.h182 bool check_cplusplus, bool check_objc) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h620 bool check_cplusplus, bool check_objc) override;
H A DTypeSystemClang.cpp3513 bool check_cplusplus, in IsPossibleDynamicType() argument
3589 if (check_cplusplus) { in IsPossibleDynamicType()