Searched refs:FindCompleteType (Results 1 – 2 of 2) sorted by relevance
377 clang::TagDecl *FindCompleteType(const clang::TagDecl *decl);
185 TagDecl *ClangASTSource::FindCompleteType(const TagDecl *decl) { in FindCompleteType() function in ClangASTSource284 if (TagDecl *alternate = FindCompleteType(tag_decl)) in CompleteType()