| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 303 mutable TypedefDecl *Int128Decl = nullptr; 316 mutable TypedefDecl *ObjCIdDecl = nullptr; 328 mutable TypedefDecl *BOOLDecl = nullptr; 1115 TypedefDecl *getInt128Decl() const; 1118 TypedefDecl *getUInt128Decl() const; 1736 TypedefDecl *getObjCInstanceTypeDecl(); 1843 TypedefDecl *getObjCIdDecl() const; 1855 TypedefDecl *getObjCSelDecl() const; 1865 TypedefDecl *getObjCClassDecl() const; 1880 TypedefDecl *getBOOLDecl() const { in getBOOLDecl() [all …]
|
| H A D | Decl.h | 3018 class TypedefDecl : public TypedefNameDecl { 3019 TypedefDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in TypedefDecl() function 3024 static TypedefDecl *Create(ASTContext &C, DeclContext *DC, 3027 static TypedefDecl *CreateDeserialized(ASTContext &C, unsigned ID);
|
| H A D | RecursiveASTVisitor.h | 1765 DEF_TRAVERSE_DECL(TypedefDecl, {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 54 void CacheObjCNSIntegerTypedefed(const TypedefDecl *TypedefDcl); 56 const TypedefDecl *TypedefDcl); 92 const TypedefDecl *NSIntegerTypedefed; 93 const TypedefDecl *NSUIntegerTypedefed; 706 const TypedefDecl *TypedefDcl, in rewriteToNSEnumDecl() 761 const TypedefDecl *TypedefDcl, in rewriteToNSMacroDecl() 889 const TypedefDecl *TypedefDcl) { in CacheObjCNSIntegerTypedefed() 900 const TypedefDecl *TypedefDcl) { in migrateNSEnumDecl() 1881 const TypedefDecl *TD = dyn_cast<TypedefDecl>(*N); in HandleTranslationUnit() 1888 else if (const TypedefDecl *TD = dyn_cast<TypedefDecl>(*D)) { in HandleTranslationUnit() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/ |
| H A D | Rewriters.h | 20 class TypedefDecl; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ClangForward.h | 119 class TypedefDecl; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 200 if (isa<TypedefDecl>(D)) { in getRawCommentForDeclNoCache() 1121 TypedefDecl *NewDecl = TypedefDecl::Create( in buildImplicitTypedef() 1128 TypedefDecl *ASTContext::getInt128Decl() const { in getInt128Decl() 1134 TypedefDecl *ASTContext::getUInt128Decl() const { in getUInt128Decl() 7174 TypedefDecl *ASTContext::getObjCIdDecl() const { in getObjCIdDecl() 7183 TypedefDecl *ASTContext::getObjCSelDecl() const { in getObjCSelDecl() 7239 static TypedefDecl * 7352 TypedefDecl *VaListTagTypedefDecl = in CreatePowerABIBuiltinVaListDecl() 7366 static TypedefDecl * 7428 static TypedefDecl * [all …]
|
| H A D | Comment.cpp | 315 ? cast<TypedefDecl>(CommentDecl)->getTypeSourceInfo() in fill()
|
| H A D | Decl.cpp | 4521 TypedefDecl *TypedefDecl::Create(ASTContext &C, DeclContext *DC, in Create() 4524 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create() 4566 TypedefDecl *TypedefDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 4567 return new (C, ID) TypedefDecl(C, nullptr, SourceLocation(), SourceLocation(), in CreateDeserialized() 4583 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange()
|
| H A D | DeclPrinter.cpp | 62 void VisitTypedefDecl(TypedefDecl *D); 484 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl()
|
| H A D | ASTDumper.cpp | 218 void VisitTypedefDecl(const TypedefDecl *D); 530 void ASTDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl()
|
| H A D | ODRHash.cpp | 350 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl()
|
| H A D | ASTImporter.cpp | 462 ExpectedDecl VisitTypedefDecl(TypedefDecl *D); 2339 } else if (GetImportedOrCreateDecl<TypedefDecl>( in VisitTypedefNameDecl() 2355 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 97 void VisitTypedefDecl(const TypedefDecl *D); 575 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 210 return ScopePair(isa<TypedefDecl>(TD) in GetDiagForGotoScopeDecl()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 591 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl() 628 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl()
|
| H A D | SemaDecl.cpp | 5717 TypedefDecl *NewTD = ParseTypedefDecl(S, D, TInfo->getType(), TInfo); in ActOnTypedefDeclarator() 6941 else if (isa<TypedefDecl>(ShadowedDecl)) in computeShadowedDeclKind() 13671 TypedefDecl *Sema::ParseTypedefDecl(Scope *S, Declarator &D, QualType T, in ParseTypedefDecl() 13682 TypedefDecl *NewTD = in ParseTypedefDecl() 13683 TypedefDecl::Create(Context, CurContext, D.getBeginLoc(), in ParseTypedefDecl() 13801 if (isa<TypedefDecl>(PrevDecl)) in getNonTagTypeDeclKind()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 2188 TypedefDecl *typedef_decl = TypedefDecl::Create( in AddThisType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 555 const internal::VariadicDynCastAllOfMatcher<Decl, TypedefDecl> typedefDecl;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 334 void VisitTypedefDecl(TypedefDecl *TD); 685 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl() 3641 D = TypedefDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 69 void VisitTypedefDecl(TypedefDecl *D); 379 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 193 extern const internal::VariadicDynCastAllOfMatcher<Decl, TypedefDecl>
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 4857 clang::TypedefDecl *decl = clang::TypedefDecl::Create( in CreateTypedefType() 4965 clang::TypedefDecl *decl = clang::TypedefDecl::Create( in CreateTypedef()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 183 class TypedefDecl; variable 2438 TypedefDecl *ParseTypedefDecl(Scope *S, Declarator &D, QualType T,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 3025 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
|