Home
last modified time | relevance | path

Searched refs:pointee_type (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp171 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { in IsPointerType()
173 return m_type_system->IsPointerType(m_type, pointee_type); in IsPointerType()
175 if (pointee_type) in IsPointerType()
176 pointee_type->Clear(); in IsPointerType()
182 return m_type_system->IsPointerOrReferenceType(m_type, pointee_type); in IsPointerOrReferenceType()
184 if (pointee_type) in IsPointerOrReferenceType()
185 pointee_type->Clear(); in IsPointerOrReferenceType()
189 bool CompilerType::IsReferenceType(CompilerType *pointee_type, in IsReferenceType() argument
192 return m_type_system->IsReferenceType(m_type, pointee_type, is_rvalue); in IsReferenceType()
194 if (pointee_type) in IsReferenceType()
[all …]
H A DClangASTContext.cpp3426 if (pointee_type) in IsPointerType()
3432 if (pointee_type) in IsPointerType()
3438 if (pointee_type) in IsPointerType()
3444 if (pointee_type) in IsPointerType()
3473 if (pointee_type) in IsPointerType()
3494 if (pointee_type) in IsPointerOrReferenceType()
3500 if (pointee_type) in IsPointerOrReferenceType()
3506 if (pointee_type) in IsPointerOrReferenceType()
3512 if (pointee_type) in IsPointerOrReferenceType()
3554 if (pointee_type) in IsPointerOrReferenceType()
[all …]
H A DVariable.cpp653 CompilerType pointee_type(compiler_type.GetPointeeType()); in PrivateAutoComplete() local
658 pointee_type.GetCanonicalType(), matches, word_complete); in PrivateAutoComplete()
663 pointee_type.GetCanonicalType(), matches, word_complete); in PrivateAutoComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h134 bool IsPointerType(CompilerType *pointee_type = nullptr) const;
136 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
138 bool IsReferenceType(CompilerType *pointee_type = nullptr,
H A DTypeSystem.h186 CompilerType *pointee_type) = 0;
402 CompilerType *pointee_type) = 0;
441 CompilerType *pointee_type, bool *is_rvalue) = 0;
H A DClangASTContext.h618 CompilerType *pointee_type) override;
621 CompilerType *pointee_type) override;
624 CompilerType *pointee_type, bool *is_rvalue) override;
923 const CompilerType &pointee_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp41 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer() local
42 Flags pointee_flags(pointee_type.GetTypeInfo()); in DerefToNSErrorPointer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp718 clang::QualType pointee_type = GetOrCreateType(pointer.ReferentType); in CreatePointerType() local
722 if (pointee_type.isNull()) in CreatePointerType()
730 pointee_type, class_type.getTypePtr()); in CreatePointerType()
736 m_clang.getASTContext()->getLValueReferenceType(pointee_type); in CreatePointerType()
739 m_clang.getASTContext()->getRValueReferenceType(pointee_type); in CreatePointerType()
741 pointer_type = m_clang.getASTContext()->getPointerType(pointee_type); in CreatePointerType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp706 Type *pointee_type = m_ast.GetSymbolFile()->ResolveTypeUID( in CreateLLDBTypeFromPDBType() local
708 if (!pointee_type) in CreateLLDBTypeFromPDBType()
721 pointee_type->GetForwardCompilerType()); in CreateLLDBTypeFromPDBType()
732 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1000 TypeFromUser pointee_type = in FindExternalVisibleDecls() local
1003 if (pointee_type.IsValid()) { in FindExternalVisibleDecls()
1005 ASTDumper ast_dumper(pointee_type); in FindExternalVisibleDecls()
1010 AddThisType(context, pointee_type, current_id); in FindExternalVisibleDecls()
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc1129 return Pointer<pointee_type>(new pointee_type(pointee)); in ACTION_TEMPLATE()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1842 Type *pointee_type = dwarf->ResolveTypeUID(DIERef(type_die_form)); in ParseTypeFromDWARF() local
1847 pointee_type->GetForwardCompilerType(); in ParseTypeFromDWARF()