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.cpp622 CompilerType full_type = type_sp->GetFullCompilerType(); in FindExternalVisibleDecls() local
624 CompilerType copied_clang_type(GuardedCopyType(full_type)); in FindExternalVisibleDecls()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8447 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile() local
8448 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile()
8452 if (clang::TypedefNameDecl *typedef_decl = GetAsTypedefDecl(full_type)) { in DumpFromSymbolFile()
8457 ClangUtil::GetQualType(full_type).getTypePtr())) { in DumpFromSymbolFile()
8463 GetCanonicalQualType(full_type.GetOpaqueQualType()) in DumpFromSymbolFile()