Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h377 clang::TagDecl *FindCompleteType(const clang::TagDecl *decl);
H A DClangASTSource.cpp185 TagDecl *ClangASTSource::FindCompleteType(const TagDecl *decl) { in FindCompleteType() function in ClangASTSource
284 if (TagDecl *alternate = FindCompleteType(tag_decl)) in CompleteType()