Searched refs:SetHasExternalStorage (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 436 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 D | PdbAstBuilder.cpp | 660 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 D | ClangASTImporter.cpp | 480 ClangASTContext::SetHasExternalStorage(compiler_type.GetOpaqueQualType(), in CompleteType()
|
| H A D | ClangASTContext.cpp | 8785 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 D | ClangASTContext.h | 893 static bool SetHasExternalStorage(lldb::opaque_compiler_type_t type,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 949 m_ast.SetHasExternalStorage(clang_type.GetOpaqueQualType(), true); in ParseTypeFromDWARF() 2115 m_ast.SetHasExternalStorage(clang_type.GetOpaqueQualType(), false); in CompleteTypeFromDWARF()
|