Searched refs:OwnedTagDecl (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1531 TagDecl *OwnedTagDecl = T->getOwnedTagDecl(); in printElaboratedBefore() local 1532 assert(OwnedTagDecl->getTypeForDecl() == T->getNamedType().getTypePtr() && in printElaboratedBefore() 1536 OwnedTagDecl->print(OS, SubPolicy, Indentation); in printElaboratedBefore()
|
| H A D | ASTContext.cpp | 5034 TagDecl *OwnedTagDecl) const { in getElaboratedType() 5036 ElaboratedType::Profile(ID, Keyword, NNS, NamedType, OwnedTagDecl); in getElaboratedType() 5051 void *Mem = Allocate(ElaboratedType::totalSizeToAlloc<TagDecl *>(!!OwnedTagDecl), in getElaboratedType() 5053 T = new (Mem) ElaboratedType(Keyword, NNS, NamedType, Canon, OwnedTagDecl); in getElaboratedType()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 3456 TagDecl *OwnedTagDecl = nullptr; in GetDeclSpecTypeForDeclarator() local 3467 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator() 3469 OwnedTagDecl->setEmbeddedInDeclarator(true); in GetDeclSpecTypeForDeclarator() 3712 OwnedTagDecl && OwnedTagDecl->isCompleteDefinition()) { in GetDeclSpecTypeForDeclarator() 3770 SemaRef.Diag(OwnedTagDecl->getLocation(), DiagID) in GetDeclSpecTypeForDeclarator() 3771 << SemaRef.Context.getTypeDeclType(OwnedTagDecl); in GetDeclSpecTypeForDeclarator() 9205 TagDecl *OwnedTagDecl) { in getElaboratedType() argument 9209 Keyword, SS.isValid() ? SS.getScopeRep() : nullptr, T, OwnedTagDecl); in getElaboratedType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Type.h | 5658 QualType NamedType, QualType CanonType, TagDecl *OwnedTagDecl) 5670 if (OwnedTagDecl) { 5672 *getTrailingObjects<TagDecl *>() = OwnedTagDecl; 5702 TagDecl *OwnedTagDecl) { 5706 ID.AddPointer(OwnedTagDecl);
|
| H A D | ASTContext.h | 1627 TagDecl *OwnedTagDecl = nullptr) const;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 2547 TagDecl *OwnedTagDecl = nullptr);
|