Home
last modified time | relevance | path

Searched refs:TypedefDecl (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp38 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 DASTContext.h342 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 DTextNodeDumper.h341 void VisitTypedefDecl(const TypedefDecl *D);
H A DJSONNodeDumper.h245 void VisitTypedefDecl(const TypedefDecl *TD);
H A DDecl.h3493 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 DASTNodeTraverser.h421 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Edit/
H A DRewriters.h19 class TypedefDecl; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp53 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 DASTContext.cpp182 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 DDecl.cpp5433 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 DDeclPrinter.cpp74 void VisitTypedefDecl(TypedefDecl *D);
596 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl()
H A DCommentSema.cpp906 if (auto *ThisTypedefDecl = dyn_cast<TypedefDecl>(ThisDeclInfo->CurrentDecl)) { in isClassOrStructOrTagTypedefDecl()
H A DODRHash.cpp441 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl()
H A DJSONNodeDumper.cpp839 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) { in VisitTypedefDecl()
H A DTextNodeDumper.cpp1823 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp100 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 DExtractAPIVisitor.h160 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 DClangExpressionDeclMap.cpp2024 TypedefDecl *typedef_decl = TypedefDecl::Create( in AddContextClassType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp130 isa<TypedefDecl>(OffendingDecl)) { in ShouldDiagnoseAvailabilityInContext()
H A DJumpDiagnostics.cpp221 return ScopePair(isa<TypedefDecl>(TD) in GetDiagForGotoScopeDecl()
H A DSemaDecl.cpp6802 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 DSemaTemplateInstantiateDecl.cpp1019 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 DASTMatchersInternal.cpp729 const internal::VariadicDynCastAllOfMatcher<Decl, TypedefDecl> typedefDecl;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp342 void VisitTypedefDecl(TypedefDecl *TD);
741 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl()
3831 D = TypedefDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp69 void VisitTypedefDecl(TypedefDecl *D);
425 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl()

12