Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp2549 TagDecl *OwnedTagDecl = nullptr; in GetDeclSpecTypeForDeclarator() local
2563 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator()
2565 OwnedTagDecl->setEmbeddedInDeclarator(true); in GetDeclSpecTypeForDeclarator()
2706 OwnedTagDecl && OwnedTagDecl->isCompleteDefinition()) { in GetDeclSpecTypeForDeclarator()
2728 SemaRef.Diag(OwnedTagDecl->getLocation(), in GetDeclSpecTypeForDeclarator()
2730 << SemaRef.Context.getTypeDeclType(OwnedTagDecl); in GetDeclSpecTypeForDeclarator()
2740 SemaRef.Diag(OwnedTagDecl->getLocation(), in GetDeclSpecTypeForDeclarator()
2742 << SemaRef.Context.getTypeDeclType(OwnedTagDecl); in GetDeclSpecTypeForDeclarator()
2752 SemaRef.Diag(OwnedTagDecl->getLocation(), in GetDeclSpecTypeForDeclarator()
2754 << SemaRef.Context.getTypeDeclType(OwnedTagDecl); in GetDeclSpecTypeForDeclarator()
[all …]