Searched refs:SetHasExternalStorage (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp433 ClangASTContext::SetHasExternalStorage(clang_type.GetOpaqueQualType(),
442 ClangASTContext::SetHasExternalStorage(clang_type.GetOpaqueQualType(),
790 ClangASTContext::SetHasExternalStorage(compiler_type.GetOpaqueQualType(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp659 ClangASTContext::SetHasExternalStorage(tag_qt.getAsOpaquePtr(), false);
792 ClangASTContext::SetHasExternalStorage(result.getAsOpaquePtr(), true);
1109 ClangASTContext::SetHasExternalStorage(enum_ct.GetOpaqueQualType(), true);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h813 static bool SetHasExternalStorage(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp510 ClangASTContext::SetHasExternalStorage(compiler_type.GetOpaqueQualType(),
H A DClangASTContext.cpp7696 bool ClangASTContext::SetHasExternalStorage(lldb::opaque_compiler_type_t type, function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1729 m_ast.SetHasExternalStorage(clang_type.GetOpaqueQualType(), true);
2140 m_ast.SetHasExternalStorage(clang_type.GetOpaqueQualType(), false);

Completed in 117 milliseconds