Home
last modified time | relevance | path

Searched refs:full_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp621 CompilerType full_type = type_sp->GetFullCompilerType(); in FindExternalVisibleDecls() local
623 CompilerType copied_clang_type(GuardedCopyType(full_type)); in FindExternalVisibleDecls()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8612 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile() local
8613 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile()
8617 if (clang::TypedefNameDecl *typedef_decl = GetAsTypedefDecl(full_type)) { in DumpFromSymbolFile()
8622 ClangUtil::GetQualType(full_type).getTypePtr())) { in DumpFromSymbolFile()
8628 GetCanonicalQualType(full_type.GetOpaqueQualType()) in DumpFromSymbolFile()