Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h128 bool check_cplusplus, bool check_objc) const;
H A DTypeSystem.h183 bool check_cplusplus, bool check_objc) = 0;
H A DClangASTContext.h613 bool check_cplusplus, bool check_objc) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp229 bool check_cplusplus, in IsPossibleDynamicType() argument
233 check_cplusplus, check_objc); in IsPossibleDynamicType()
H A DClangASTContext.cpp3740 bool check_cplusplus, in IsPossibleDynamicType() argument
3796 dynamic_pointee_type, check_cplusplus, in IsPossibleDynamicType()
3803 dynamic_pointee_type, check_cplusplus, in IsPossibleDynamicType()
3810 dynamic_pointee_type, check_cplusplus, in IsPossibleDynamicType()
3816 dynamic_pointee_type, check_cplusplus, check_objc); in IsPossibleDynamicType()
3842 if (check_cplusplus) { in IsPossibleDynamicType()