| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | TypedefUnderlyingTypeResolver.cpp | 38 const TypedefNameDecl *TypedefDecl = TypedefTy->getDecl(); in getUnderlyingTypeDecl() local 39 if (TypedefDecl->getUnderlyingType()->isTypedefNameType()) in getUnderlyingTypeDecl() 40 TypeDecl = TypedefDecl; in getUnderlyingTypeDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 342 mutable TypedefDecl *Int128Decl = nullptr; 355 mutable TypedefDecl *ObjCIdDecl = nullptr; 367 mutable TypedefDecl *BOOLDecl = nullptr; 1212 TypedefDecl *getInt128Decl() const; 1215 TypedefDecl *getUInt128Decl() const; 1927 TypedefDecl *getObjCInstanceTypeDecl(); 2034 TypedefDecl *getObjCIdDecl() const; 2046 TypedefDecl *getObjCSelDecl() const; 2056 TypedefDecl *getObjCClassDecl() const; 2071 TypedefDecl *getBOOLDecl() const { in getBOOLDecl() [all …]
|
| H A D | TextNodeDumper.h | 341 void VisitTypedefDecl(const TypedefDecl *D);
|
| H A D | JSONNodeDumper.h | 245 void VisitTypedefDecl(const TypedefDecl *TD);
|
| H A D | Decl.h | 3493 class TypedefDecl : public TypedefNameDecl { 3494 TypedefDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in TypedefDecl() function 3499 static TypedefDecl *Create(ASTContext &C, DeclContext *DC, 3502 static TypedefDecl *CreateDeserialized(ASTContext &C, unsigned ID);
|
| H A D | ASTNodeTraverser.h | 421 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | Rewriters.h | 19 class TypedefDecl; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 53 void CacheObjCNSIntegerTypedefed(const TypedefDecl *TypedefDcl); 55 const TypedefDecl *TypedefDcl); 95 const TypedefDecl *NSIntegerTypedefed; 96 const TypedefDecl *NSUIntegerTypedefed; 703 const TypedefDecl *TypedefDcl, in rewriteToNSEnumDecl() 758 const TypedefDecl *TypedefDcl, in rewriteToNSMacroDecl() 886 const TypedefDecl *TypedefDcl) { in CacheObjCNSIntegerTypedefed() 897 const TypedefDecl *TypedefDcl) { in migrateNSEnumDecl() 1872 const TypedefDecl *TD = dyn_cast<TypedefDecl>(*N); in HandleTranslationUnit() 1879 else if (const TypedefDecl *TD = dyn_cast<TypedefDecl>(*D)) { in HandleTranslationUnit() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 182 isa<TypedefDecl>(D)) in getDeclLocsForCommentSearch() 1162 TypedefDecl *NewDecl = TypedefDecl::Create( in buildImplicitTypedef() 1169 TypedefDecl *ASTContext::getInt128Decl() const { in getInt128Decl() 1175 TypedefDecl *ASTContext::getUInt128Decl() const { in getUInt128Decl() 8687 TypedefDecl *ASTContext::getObjCIdDecl() const { in getObjCIdDecl() 8752 static TypedefDecl * 8864 TypedefDecl *VaListTagTypedefDecl = in CreatePowerABIBuiltinVaListDecl() 8877 static TypedefDecl * 8939 static TypedefDecl * 8980 static TypedefDecl * [all …]
|
| H A D | Decl.cpp | 5433 TypedefDecl *TypedefDecl::Create(ASTContext &C, DeclContext *DC, in Create() 5436 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create() 5478 TypedefDecl *TypedefDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 5479 return new (C, ID) TypedefDecl(C, nullptr, SourceLocation(), SourceLocation(), in CreateDeserialized() 5495 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange()
|
| H A D | DeclPrinter.cpp | 74 void VisitTypedefDecl(TypedefDecl *D); 596 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl()
|
| H A D | CommentSema.cpp | 906 if (auto *ThisTypedefDecl = dyn_cast<TypedefDecl>(ThisDeclInfo->CurrentDecl)) { in isClassOrStructOrTagTypedefDecl()
|
| H A D | ODRHash.cpp | 441 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl()
|
| H A D | JSONNodeDumper.cpp | 839 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) { in VisitTypedefDecl()
|
| H A D | TextNodeDumper.cpp | 1823 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 100 void VisitTypedefDecl(const TypedefDecl *D); 608 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 160 if (const auto *TypedefDecl = Decl->getTypedefNameForAnonDecl()) in getTypedefName() local 161 return TypedefDecl->getName(); in getTypedefName()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 2024 TypedefDecl *typedef_decl = TypedefDecl::Create( in AddContextClassType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 130 isa<TypedefDecl>(OffendingDecl)) { in ShouldDiagnoseAvailabilityInContext()
|
| H A D | JumpDiagnostics.cpp | 221 return ScopePair(isa<TypedefDecl>(TD) in GetDiagForGotoScopeDecl()
|
| H A D | SemaDecl.cpp | 6802 TypedefDecl *NewTD = ParseTypedefDecl(S, D, TInfo->getType(), TInfo); in ActOnTypedefDeclarator() 8280 else if (isa<TypedefDecl>(ShadowedDecl)) in computeShadowedDeclKind() 16859 TypedefDecl *Sema::ParseTypedefDecl(Scope *S, Declarator &D, QualType T, in ParseTypedefDecl() 16870 TypedefDecl *NewTD = in ParseTypedefDecl() 16871 TypedefDecl::Create(Context, CurContext, D.getBeginLoc(), in ParseTypedefDecl() 16996 if (isa<TypedefDecl>(PrevDecl)) in getNonTagTypeDeclKind()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1019 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl() 1060 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 729 const internal::VariadicDynCastAllOfMatcher<Decl, TypedefDecl> typedefDecl;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 342 void VisitTypedefDecl(TypedefDecl *TD); 741 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl() 3831 D = TypedefDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 69 void VisitTypedefDecl(TypedefDecl *D); 425 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl()
|