Searched refs:OwnedTagDecl (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1530 TagDecl *OwnedTagDecl = T->getOwnedTagDecl(); in printElaboratedBefore() local 1531 assert(OwnedTagDecl->getTypeForDecl() == T->getNamedType().getTypePtr() && in printElaboratedBefore() 1535 OwnedTagDecl->print(OS, SubPolicy, Indentation); in printElaboratedBefore()
|
| H A D | ASTContext.cpp | 4980 TagDecl *OwnedTagDecl) const { in getElaboratedType() 4982 ElaboratedType::Profile(ID, Keyword, NNS, NamedType, OwnedTagDecl); in getElaboratedType() 4997 void *Mem = Allocate(ElaboratedType::totalSizeToAlloc<TagDecl *>(!!OwnedTagDecl), in getElaboratedType() 4999 T = new (Mem) ElaboratedType(Keyword, NNS, NamedType, Canon, OwnedTagDecl); in getElaboratedType()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 3389 TagDecl *OwnedTagDecl = nullptr; in GetDeclSpecTypeForDeclarator() local 3400 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator() 3402 OwnedTagDecl->setEmbeddedInDeclarator(true); in GetDeclSpecTypeForDeclarator() 3645 OwnedTagDecl && OwnedTagDecl->isCompleteDefinition()) { in GetDeclSpecTypeForDeclarator() 3703 SemaRef.Diag(OwnedTagDecl->getLocation(), DiagID) in GetDeclSpecTypeForDeclarator() 3704 << SemaRef.Context.getTypeDeclType(OwnedTagDecl); in GetDeclSpecTypeForDeclarator() 9103 TagDecl *OwnedTagDecl) { in getElaboratedType() argument 9114 return Context.getElaboratedType(Keyword, NNS, T, OwnedTagDecl); in getElaboratedType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Type.h | 5556 QualType NamedType, QualType CanonType, TagDecl *OwnedTagDecl) 5568 if (OwnedTagDecl) { 5570 *getTrailingObjects<TagDecl *>() = OwnedTagDecl; 5603 TagDecl *OwnedTagDecl) { 5607 ID.AddPointer(OwnedTagDecl);
|
| H A D | ASTContext.h | 1651 TagDecl *OwnedTagDecl = nullptr) const;
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 2500 TagDecl *OwnedTagDecl = nullptr);
|