Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp2137 TagDecl *OwnedTagDecl = nullptr; in GetDeclSpecTypeForDeclarator() local
2151 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator()
2153 OwnedTagDecl->setEmbeddedInDeclarator(true); in GetDeclSpecTypeForDeclarator()
2294 OwnedTagDecl && OwnedTagDecl->isCompleteDefinition()) { in GetDeclSpecTypeForDeclarator()
2316 SemaRef.Diag(OwnedTagDecl->getLocation(), in GetDeclSpecTypeForDeclarator()
2318 << SemaRef.Context.getTypeDeclType(OwnedTagDecl); in GetDeclSpecTypeForDeclarator()
2328 SemaRef.Diag(OwnedTagDecl->getLocation(), in GetDeclSpecTypeForDeclarator()
2330 << SemaRef.Context.getTypeDeclType(OwnedTagDecl); in GetDeclSpecTypeForDeclarator()
2340 SemaRef.Diag(OwnedTagDecl->getLocation(), in GetDeclSpecTypeForDeclarator()
2342 << SemaRef.Context.getTypeDeclType(OwnedTagDecl); in GetDeclSpecTypeForDeclarator()
[all …]