Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h372 clang::TagDecl *FindCompleteType(const clang::TagDecl *decl);
H A DClangASTSource.cpp186 TagDecl *ClangASTSource::FindCompleteType(const TagDecl *decl) { in FindCompleteType() function in ClangASTSource
303 if (TagDecl *alternate = FindCompleteType(tag_decl)) in CompleteType()