Searched refs:OwnedTagDecl (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1485 TagDecl *OwnedTagDecl = T->getOwnedTagDecl(); in printElaboratedBefore() local 1486 assert(OwnedTagDecl->getTypeForDecl() == T->getNamedType().getTypePtr() && in printElaboratedBefore() 1490 OwnedTagDecl->print(OS, SubPolicy, Indentation); in printElaboratedBefore()
|
| H A D | ASTContext.cpp | 4820 TagDecl *OwnedTagDecl) const { in getElaboratedType() 4822 ElaboratedType::Profile(ID, Keyword, NNS, NamedType, OwnedTagDecl); in getElaboratedType() 4837 void *Mem = Allocate(ElaboratedType::totalSizeToAlloc<TagDecl *>(!!OwnedTagDecl), in getElaboratedType() 4839 T = new (Mem) ElaboratedType(Keyword, NNS, NamedType, Canon, OwnedTagDecl); in getElaboratedType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 3329 TagDecl *OwnedTagDecl = nullptr; in GetDeclSpecTypeForDeclarator() local 3340 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator() 3342 OwnedTagDecl->setEmbeddedInDeclarator(true); in GetDeclSpecTypeForDeclarator() 3579 OwnedTagDecl && OwnedTagDecl->isCompleteDefinition()) { in GetDeclSpecTypeForDeclarator() 3636 SemaRef.Diag(OwnedTagDecl->getLocation(), DiagID) in GetDeclSpecTypeForDeclarator() 3637 << SemaRef.Context.getTypeDeclType(OwnedTagDecl); in GetDeclSpecTypeForDeclarator() 8875 TagDecl *OwnedTagDecl) { in getElaboratedType() argument 8886 return Context.getElaboratedType(Keyword, NNS, T, OwnedTagDecl); in getElaboratedType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 5423 QualType NamedType, QualType CanonType, TagDecl *OwnedTagDecl) 5435 if (OwnedTagDecl) { 5437 *getTrailingObjects<TagDecl *>() = OwnedTagDecl; 5470 TagDecl *OwnedTagDecl) { 5474 ID.AddPointer(OwnedTagDecl);
|
| H A D | ASTContext.h | 1568 TagDecl *OwnedTagDecl = nullptr) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2335 TagDecl *OwnedTagDecl = nullptr);
|