Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp222 clang::QualType parent_qt = GetOrCreateType(*parent_index); in CreateDeclInfoForType() local
223 if (parent_qt.isNull()) in CreateDeclInfoForType()
226 context = clang::TagDecl::castToDeclContext(parent_qt->getAsTagDecl()); in CreateDeclInfoForType()
862 clang::QualType parent_qt = llvm::cast<clang::TypeDecl>(parent) in CreateFunctionDecl() local
866 ToCompilerType(parent_qt).GetOpaqueQualType(); in CreateFunctionDecl()