Searched refs:OwnedTagDecl (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1481 TagDecl *OwnedTagDecl = T->getOwnedTagDecl(); in printElaboratedBefore() local 1482 assert(OwnedTagDecl->getTypeForDecl() == T->getNamedType().getTypePtr() && in printElaboratedBefore() 1486 OwnedTagDecl->print(OS, SubPolicy, Indentation); in printElaboratedBefore()
|
| H A D | ASTContext.cpp | 4805 TagDecl *OwnedTagDecl) const { in getElaboratedType() 4807 ElaboratedType::Profile(ID, Keyword, NNS, NamedType, OwnedTagDecl); in getElaboratedType() 4822 void *Mem = Allocate(ElaboratedType::totalSizeToAlloc<TagDecl *>(!!OwnedTagDecl), in getElaboratedType() 4824 T = new (Mem) ElaboratedType(Keyword, NNS, NamedType, Canon, OwnedTagDecl); in getElaboratedType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 3296 TagDecl *OwnedTagDecl = nullptr; in GetDeclSpecTypeForDeclarator() local 3307 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator() 3309 OwnedTagDecl->setEmbeddedInDeclarator(true); in GetDeclSpecTypeForDeclarator() 3546 OwnedTagDecl && OwnedTagDecl->isCompleteDefinition()) { in GetDeclSpecTypeForDeclarator() 3603 SemaRef.Diag(OwnedTagDecl->getLocation(), DiagID) in GetDeclSpecTypeForDeclarator() 3604 << SemaRef.Context.getTypeDeclType(OwnedTagDecl); in GetDeclSpecTypeForDeclarator() 8840 TagDecl *OwnedTagDecl) { in getElaboratedType() argument 8851 return Context.getElaboratedType(Keyword, NNS, T, OwnedTagDecl); in getElaboratedType()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 1523 TagDecl *OwnedTagDecl = nullptr) const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2299 TagDecl *OwnedTagDecl = nullptr);
|