Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp630 CompilerType full_type = type_sp->GetFullCompilerType(); in FindExternalVisibleDecls() local
632 CompilerType copied_clang_type(GuardedCopyType(full_type)); in FindExternalVisibleDecls()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8395 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile() local
8396 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile()
8400 if (clang::TypedefNameDecl *typedef_decl = GetAsTypedefDecl(full_type)) { in DumpFromSymbolFile()
8405 ClangUtil::GetQualType(full_type).getTypePtr())) { in DumpFromSymbolFile()
8411 GetCanonicalQualType(full_type.GetOpaqueQualType()) in DumpFromSymbolFile()