Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp739 ASTContext &ast, QualType qual_type) { in QualTypeMatchesBitSize()
2556 clang::QualType qual_type = RemoveWrappingTypes(type.getCanonicalType()); in GetDeclContextForType() local
2582 clang::QualType qual_type, in GetCompleteRecordType()
2628 clang::QualType qual_type, in GetCompleteEnumType()
2664 GetCompleteObjCObjectType(clang::ASTContext *ast, QualType qual_type, in GetCompleteObjCObjectType()
2700 clang::QualType qual_type, in GetCompleteQualType()
2776 clang::QualType qual_type(RemoveWrappingTypes(GetCanonicalQualType(type))); in IsAggregateType() local
2797 clang::QualType qual_type(RemoveWrappingTypes(GetCanonicalQualType(type))); in IsAnonymousType() local
2821 clang::QualType qual_type(RemoveWrappingTypes(GetCanonicalQualType(type))); in IsArrayType() local
2890 clang::QualType qual_type(GetCanonicalQualType(type)); in IsVectorType() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtil.cpp55 QualType qual_type(GetQualType(ct)); in RemoveFastQualifiers() local
61 clang::QualType qual_type = ClangUtil::GetCanonicalQualType(type); in GetAsTagDecl() local
H A DNameSearchContext.cpp54 QualType qual_type(ClangUtil::GetQualType(type)); in AddFunDecl() local
146 QualType qual_type = ClangUtil::GetQualType(clang_type); in AddTypeDecl() local
H A DClangASTImporter.cpp366 clang::QualType qual_type( in CanImport() local
440 clang::QualType qual_type( in Import() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp368 clang::QualType qual_type = BuildType(ast_ctx, lexer, for_expression); in RealizeType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp183 clang::QualType qual_type = decl->getType(); in visitKnownMember() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1310 clang::QualType qual_type = decl->getType(); in AddRecordMembers() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp262 auto qual_type = ClangUtil::GetQualType(type); in PrepareContextToReceiveMembers() local