Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp59 GetCompleteQualType (clang::ASTContext *ast, clang::QualType qual_type, bool allow_completion = tru… in GetCompleteQualType() argument
61 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in GetCompleteQualType()
68 … const clang::ArrayType *array_type = llvm::dyn_cast<clang::ArrayType>(qual_type.getTypePtr()); in GetCompleteQualType()
78 const clang::TagType *tag_type = llvm::dyn_cast<clang::TagType>(qual_type.getTypePtr()); in GetCompleteQualType()
112 … const clang::ObjCObjectType *objc_class_type = llvm::dyn_cast<clang::ObjCObjectType>(qual_type); in GetCompleteQualType()
145 …return GetCompleteQualType (ast, llvm::cast<clang::TypedefType>(qual_type)->getDecl()->getUnderlyi… in GetCompleteQualType()
148 …return GetCompleteQualType (ast, llvm::cast<clang::ElaboratedType>(qual_type)->getNamedType(), all… in GetCompleteQualType()
151 …return GetCompleteQualType (ast, llvm::cast<clang::ParenType>(qual_type)->desugar(), allow_complet… in GetCompleteQualType()
179 clang::QualType qual_type) : in ClangASTType() argument
180 m_type (qual_type.getAsOpaquePtr()), in ClangASTType()
[all …]
HDClangASTContext.cpp557 QualTypeMatchesBitSize(const uint64_t bit_size, ASTContext *ast, QualType qual_type) in QualTypeMatchesBitSize() argument
559 uint64_t qual_type_bit_size = ast->getTypeSize(qual_type); in QualTypeMatchesBitSize()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h42 ClangASTType (clang::ASTContext *ast_context, clang::QualType qual_type);
271 SetClangType (clang::ASTContext *ast, clang::QualType qual_type);
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp1941 QualType qual_type (type.GetQualType()); in AddFunDecl() local
1965 qual_type, in AddFunDecl()
1976 const FunctionProtoType *func_proto_type = qual_type.getTypePtr()->getAs<FunctionProtoType>(); in AddFunDecl()
2034 QualType qual_type = clang_type.GetQualType(); in AddTypeDecl() local
2036 if (const TypedefType *typedef_type = llvm::dyn_cast<TypedefType>(qual_type)) in AddTypeDecl()
2044 else if (const TagType *tag_type = qual_type->getAs<TagType>()) in AddTypeDecl()
2052 else if (const ObjCObjectType *objc_object_type = qual_type->getAs<ObjCObjectType>()) in AddTypeDecl()
/NextBSD/contrib/gcc/
HDstmt.c943 tree qual_type = build_qualified_type (type, in expand_asm_operands() local
946 rtx memloc = assign_temp (qual_type, 1, 1, 1); in expand_asm_operands()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp8039 clang::QualType qual_type = matching_type->GetClangForwardType().GetQualType(); in SearchDeclContext() local
8041 … if (const clang::TagType *tag_type = llvm::dyn_cast<clang::TagType>(qual_type.getTypePtr())) in SearchDeclContext()
8046 …onst clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>(qual_type.getTypePtr())) in SearchDeclContext()
/NextBSD/contrib/gcc/cp/
HDdecl.c6440 tree qual_type; in build_this_parm() local
6448 qual_type = cp_build_qualified_type (this_type, this_quals); in build_this_parm()
6449 parm = build_artificial_parm (this_identifier, qual_type); in build_this_parm()
HDparser.c10443 tree qual_type = objc_get_protocol_qualified_type (type, protos); in cp_parser_simple_type_specifier() local
10448 decl_specs->type = qual_type; in cp_parser_simple_type_specifier()
10450 return qual_type; in cp_parser_simple_type_specifier()