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.cpp224 TagDecl *candidate_tag_decl = in FindCompleteType() local
228 &candidate_tag_decl->getASTContext(), candidate_tag_decl)) in FindCompleteType()
229 return candidate_tag_decl; in FindCompleteType()
252 TagDecl *candidate_tag_decl = const_cast<TagDecl *>(tag_type->getDecl()); in FindCompleteType() local
254 if (TypeSystemClang::GetCompleteDecl(&candidate_tag_decl->getASTContext(), in FindCompleteType()
255 candidate_tag_decl)) in FindCompleteType()
256 return candidate_tag_decl; in FindCompleteType()