Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp436 ClangASTContext::SetHasExternalStorage(clang_type.GetOpaqueQualType(), in CreateLLDBTypeFromPDBType()
445 ClangASTContext::SetHasExternalStorage(clang_type.GetOpaqueQualType(), in CreateLLDBTypeFromPDBType()
785 ClangASTContext::SetHasExternalStorage(compiler_type.GetOpaqueQualType(), in CompleteTypeFromPDB()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp660 ClangASTContext::SetHasExternalStorage(tag_qt.getAsOpaquePtr(), false); in CompleteTagDecl()
796 ClangASTContext::SetHasExternalStorage(result.getAsOpaquePtr(), true); in CreateRecordType()
1104 ClangASTContext::SetHasExternalStorage(enum_ct.GetOpaqueQualType(), true); in CreateEnumType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp480 ClangASTContext::SetHasExternalStorage(compiler_type.GetOpaqueQualType(), in CompleteType()
H A DClangASTContext.cpp8785 bool ClangASTContext::SetHasExternalStorage(lldb::opaque_compiler_type_t type, in SetHasExternalStorage() function in ClangASTContext
8831 return SetHasExternalStorage(llvm::cast<clang::TypedefType>(qual_type) in SetHasExternalStorage()
8838 return SetHasExternalStorage(llvm::cast<clang::AutoType>(qual_type) in SetHasExternalStorage()
8844 return SetHasExternalStorage(llvm::cast<clang::ElaboratedType>(qual_type) in SetHasExternalStorage()
8850 return SetHasExternalStorage( in SetHasExternalStorage()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h893 static bool SetHasExternalStorage(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp949 m_ast.SetHasExternalStorage(clang_type.GetOpaqueQualType(), true); in ParseTypeFromDWARF()
2115 m_ast.SetHasExternalStorage(clang_type.GetOpaqueQualType(), false); in CompleteTypeFromDWARF()