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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp57 GetCompleteQualType (ASTContext *ast, QualType qual_type, bool allow_completion = true) argument
59 const clang::Type::TypeClass type_class = qual_type->getTypeClass();
66 const ArrayType *array_type = dyn_cast<ArrayType>(qual_type.getTypePtr());
76 const TagType *tag_type = dyn_cast<TagType>(qual_type.getTypePtr());
110 const ObjCObjectType *objc_class_type = dyn_cast<ObjCObjectType>(qual_type);
143 return GetCompleteQualType (ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType(), allow_completion);
146 return GetCompleteQualType (ast, cast<ElaboratedType>(qual_type)->getNamedType(), allow_completion);
149 return GetCompleteQualType (ast, cast<ParenType>(qual_type)->desugar(), allow_completion);
177 clang::QualType qual_type) :
178 m_type (qual_type
176 ClangASTType(clang::ASTContext *ast, clang::QualType qual_type) argument
1490 SetClangType(clang::ASTContext *ast, clang::QualType qual_type) argument
1571 GetFullyUnqualifiedType_Impl(ASTContext *ast, QualType qual_type) argument
[all...]
H A DClangASTContext.cpp529 QualTypeMatchesBitSize(const uint64_t bit_size, ASTContext *ast, QualType qual_type) argument
531 uint64_t qual_type_bit_size = ast->getTypeSize(qual_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTType.h68 ClangASTType (clang::ASTContext *ast_context, clang::QualType qual_type);
287 SetClangType (clang::ASTContext *ast, clang::QualType qual_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp1753 QualType qual_type (type.GetQualType());
1766 qual_type,
1777 const FunctionProtoType *func_proto_type = qual_type.getTypePtr()->getAs<FunctionProtoType>();
1835 QualType qual_type = clang_type.GetQualType(); local
1837 if (const TypedefType *typedef_type = llvm::dyn_cast<TypedefType>(qual_type))
1845 else if (const TagType *tag_type = qual_type->getAs<TagType>())
1853 else if (const ObjCObjectType *objc_object_type = qual_type->getAs<ObjCObjectType>())
/freebsd-10-stable/contrib/gcc/
H A Dstmt.c949 tree qual_type = build_qualified_type (type,
952 rtx memloc = assign_temp (qual_type, 1, 1, 1);
943 tree qual_type = build_qualified_type (type, local
/freebsd-10-stable/contrib/gcc/cp/
H A Ddecl.c6454 tree qual_type;
6462 qual_type = cp_build_qualified_type (this_type, this_quals);
6463 parm = build_artificial_parm (this_identifier, qual_type);
6440 tree qual_type; local
H A Dparser.c10445 tree qual_type = objc_get_protocol_qualified_type (type, protos);
10450 decl_specs->type = qual_type;
10452 return qual_type;
10443 tree qual_type = objc_get_protocol_qualified_type (type, protos); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp7929 clang::QualType qual_type = matching_type->GetClangForwardType().GetQualType(); local
7931 if (const clang::TagType *tag_type = llvm::dyn_cast<clang::TagType>(qual_type.getTypePtr()))
7936 else if (const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>(qual_type.getTypePtr()))

Completed in 298 milliseconds