Searched refs:check_cplusplus (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 128 bool check_cplusplus, bool check_objc) const;
|
| H A D | TypeSystem.h | 183 bool check_cplusplus, bool check_objc) = 0;
|
| H A D | ClangASTContext.h | 613 bool check_cplusplus, bool check_objc) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 229 bool check_cplusplus, in IsPossibleDynamicType() argument 233 check_cplusplus, check_objc); in IsPossibleDynamicType()
|
| H A D | ClangASTContext.cpp | 3740 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()
|