Home
last modified time | relevance | path

Searched refs:qual_type (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp792 ASTContext &ast, QualType qual_type) { in QualTypeMatchesBitSize() argument
793 uint64_t qual_type_bit_size = ast.getTypeSize(qual_type); in QualTypeMatchesBitSize()
2672 clang::QualType qual_type = RemoveWrappingTypes(type.getCanonicalType()); in GetDeclContextForType() local
2673 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in GetDeclContextForType()
2676 return llvm::cast<clang::ObjCObjectType>(qual_type.getTypePtr()) in GetDeclContextForType()
2680 llvm::cast<clang::ObjCObjectPointerType>(qual_type.getTypePtr()) in GetDeclContextForType()
2683 return llvm::cast<clang::RecordType>(qual_type)->getDecl(); in GetDeclContextForType()
2685 return llvm::cast<clang::EnumType>(qual_type)->getDecl(); in GetDeclContextForType()
2694 clang::QualType qual_type, in GetCompleteQualType() argument
2696 qual_type = RemoveWrappingTypes(qual_type); in GetCompleteQualType()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtil.cpp55 QualType qual_type(GetQualType(ct)); in RemoveFastQualifiers() local
56 qual_type.removeLocalFastQualifiers(); in RemoveFastQualifiers()
57 return CompilerType(ct.GetTypeSystem(), qual_type.getAsOpaquePtr()); in RemoveFastQualifiers()
61 clang::QualType qual_type = ClangUtil::GetCanonicalQualType(type); in GetAsTagDecl() local
62 if (qual_type.isNull()) in GetAsTagDecl()
65 return qual_type->getAsTagDecl(); in GetAsTagDecl()
DNameSearchContext.cpp54 QualType qual_type(ClangUtil::GetQualType(type)); in AddFunDecl() local
79 ast, context, SourceLocation(), SourceLocation(), decl_name, qual_type, in AddFunDecl()
89 qual_type.getTypePtr()->getAs<FunctionProtoType>(); in AddFunDecl()
146 QualType qual_type = ClangUtil::GetQualType(clang_type); in AddTypeDecl() local
149 llvm::dyn_cast<TypedefType>(qual_type)) { in AddTypeDecl()
155 } else if (const TagType *tag_type = qual_type->getAs<TagType>()) { in AddTypeDecl()
162 qual_type->getAs<ObjCObjectType>()) { in AddTypeDecl()
DClangASTImporter.cpp363 clang::QualType qual_type( in CanImport() local
366 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in CanImport()
370 qual_type->getAsCXXRecordDecl(); in CanImport()
379 llvm::cast<clang::EnumType>(qual_type)->getDecl(); in CanImport()
389 llvm::dyn_cast<clang::ObjCObjectType>(qual_type); in CanImport()
404 llvm::cast<clang::TypedefType>(qual_type) in CanImport()
411 llvm::cast<clang::AutoType>(qual_type) in CanImport()
417 llvm::cast<clang::ElaboratedType>(qual_type) in CanImport()
424 llvm::cast<clang::ParenType>(qual_type)->desugar().getAsOpaquePtr())); in CanImport()
437 clang::QualType qual_type( in Import() local
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
DMM_VMS.pm992 my $qual_type;
998 $qual_type = 'Def';
1004 $qual_type = 'Inc';
1010 while ($flags =~ m:/${qual_type}\S{0,4}=([^/]+):ig) {
1032 $flags =~ s:/${qual_type}\S{0,4}=[^/]+::ig;
1035 $flags .= "/${qual_type}$type_suffix=(" . join(',',@subquals) . ')';
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeEncodingParser.cpp366 clang::QualType qual_type = BuildType(ast_ctx, lexer, for_expression); in RealizeType() local
367 return ast_ctx.GetType(qual_type); in RealizeType()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp180 clang::QualType qual_type = decl->getType(); in visitKnownMember() local
181 unsigned type_width = decl->getASTContext().getIntWidth(qual_type); in visitKnownMember()
184 if (qual_type->isIntegralOrEnumerationType()) { in visitKnownMember()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp1303 clang::QualType qual_type = decl->getType(); in AddRecordMembers() local
1304 unsigned type_width = m_ast.getASTContext().getIntWidth(qual_type); in AddRecordMembers()
1307 if (qual_type->isIntegralOrEnumerationType()) { in AddRecordMembers()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl2.c379 tree qual_type; local
385 qual_type = cp_build_qualified_type (type, this_quals);
386 parm = build_artificial_parm (this_identifier, qual_type);
/openbsd/src/gnu/gcc/gcc/
Dstmt.c932 tree qual_type = build_qualified_type (type, in expand_asm_operands() local
935 rtx memloc = assign_temp (qual_type, 1, 1, 1); in expand_asm_operands()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp254 auto qual_type = ClangUtil::GetQualType(type); in PrepareContextToReceiveMembers() local
255 if (ast_importer.RequireCompleteType(qual_type)) in PrepareContextToReceiveMembers()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dstmt.c1751 tree qual_type = build_qualified_type (type, local
1754 rtx memloc = assign_temp (qual_type, 1, 1, 1);
/openbsd/src/gnu/gcc/gcc/cp/
Ddecl.c5996 tree qual_type; in build_this_parm() local
6004 qual_type = cp_build_qualified_type (this_type, this_quals); in build_this_parm()
6005 parm = build_artificial_parm (this_identifier, qual_type); in build_this_parm()
Dparser.c10025 tree qual_type = objc_get_protocol_qualified_type (type, protos); in cp_parser_simple_type_specifier() local
10030 decl_specs->type = qual_type; in cp_parser_simple_type_specifier()
10032 return qual_type; in cp_parser_simple_type_specifier()