Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp221 clang::QualType parent_qt = GetOrCreateType(*parent_index); in CreateDeclInfoForType() local
222 if (parent_qt.isNull()) in CreateDeclInfoForType()
225 context = clang::TagDecl::castToDeclContext(parent_qt->getAsTagDecl()); in CreateDeclInfoForType()
860 clang::QualType parent_qt = llvm::cast<clang::TypeDecl>(parent) in CreateFunctionDecl() local
864 ToCompilerType(parent_qt).GetOpaqueQualType(); in CreateFunctionDecl()