| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ForwardDeclChecker.cpp | 61 bool VisitTypedefDecl(TypedefDecl *TD) { in checkASTDecl() function
|
| H A D | RawPtrRefMemberChecker.cpp | 61 bool VisitTypedefDecl(const TypedefDecl *TD) override { in checkASTDecl() function
|
| H A D | RawPtrRefLocalVarsChecker.cpp | 212 bool VisitTypedefDecl(TypedefDecl *TD) override { in checkASTDecl() function
|
| H A D | RawPtrRefCallArgsChecker.cpp | 87 bool VisitTypedefDecl(TypedefDecl *TD) override { in checkASTDecl() function
|
| H A D | RawPtrRefLambdaCapturesChecker.cpp | 80 bool VisitTypedefDecl(TypedefDecl *TD) override { in checkASTDecl() function
|
| H A D | RetainPtrCtorAdoptChecker.cpp | 75 bool VisitTypedefDecl(TypedefDecl *TD) { in checkASTDecl() function
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 96 void VisitTypedefDecl(const TypedefDecl *D); 614 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in USRGenerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 355 void VisitTypedefDecl(const TypedefDecl *D);
|
| H A D | JSONNodeDumper.h | 248 void VisitTypedefDecl(const TypedefDecl *TD);
|
| H A D | ASTNodeTraverser.h | 540 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 467 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in __anonb4317f1a0111::ODRDeclVisitor 468 Inherited::VisitTypedefDecl(D); in VisitTypedefDecl()
|
| H A D | DeclPrinter.cpp | 64 void VisitTypedefDecl(TypedefDecl *D); 580 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in DeclPrinter
|
| H A D | JSONNodeDumper.cpp | 874 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) { in VisitTypedefDecl() function in JSONNodeDumper
|
| H A D | TextNodeDumper.cpp | 2212 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in TextNodeDumper
|
| H A D | ASTImporter.cpp | 524 ExpectedDecl VisitTypedefDecl(TypedefDecl *D); 3075 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTNodeImporter
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 84 void VisitTypedefDecl(TypedefDecl *D); 617 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTDeclWriter
|
| H A D | ASTReaderDecl.cpp | 328 void VisitTypedefDecl(TypedefDecl *TD); 718 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl() function in ASTDeclReader
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1519 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in TemplateDeclInstantiator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 986 …tTypedefDeclEPNS_11TypedefDeclE", "clang::DocumentXML::DeclPrinter::VisitTypedefDecl(clang::Typede… 2235 …eader16VisitTypedefDeclEPNS_11TypedefDeclE", "clang::ASTDeclReader::VisitTypedefDecl(clang::Typede… 2551 …riter16VisitTypedefDeclEPNS_11TypedefDeclE", "clang::ASTDeclWriter::VisitTypedefDecl(clang::Typede… 6150 …tTypedefDeclEPNS_11TypedefDeclE", "clang::TemplateDeclInstantiator::VisitTypedefDecl(clang::Typede… 9239 …lEPN5clang11TypedefDeclE", "(anonymous namespace)::ASTNodeImporter::VisitTypedefDecl(clang::Typede…
|