Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp225 TagDecl *candidate_tag_decl = in FindCompleteType() local
229 &candidate_tag_decl->getASTContext(), candidate_tag_decl)) in FindCompleteType()
230 return candidate_tag_decl; in FindCompleteType()
253 TagDecl *candidate_tag_decl = const_cast<TagDecl *>(tag_type->getDecl()); in FindCompleteType() local
255 if (TypeSystemClang::GetCompleteDecl(&candidate_tag_decl->getASTContext(), in FindCompleteType()
256 candidate_tag_decl)) in FindCompleteType()
257 return candidate_tag_decl; in FindCompleteType()