/external/llvm-project/clang/tools/libclang/ |
D | CursorVisitor.h | 207 bool VisitTypedefDecl(TypedefDecl *D);
|
D | CIndex.cpp | 704 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in CursorVisitor
|
/external/clang/tools/libclang/ |
D | CursorVisitor.h | 206 bool VisitTypedefDecl(TypedefDecl *D);
|
D | CIndex.cpp | 688 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in CursorVisitor
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 88 void VisitTypedefDecl(const TypedefDecl *D); 511 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in USRGenerator
|
/external/llvm-project/clang/include/clang/AST/ |
D | TextNodeDumper.h | 322 void VisitTypedefDecl(const TypedefDecl *D);
|
D | JSONNodeDumper.h | 231 void VisitTypedefDecl(const TypedefDecl *TD);
|
D | ASTNodeTraverser.h | 389 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() function
|
/external/llvm-project/clang/lib/Index/ |
D | USRGeneration.cpp | 98 void VisitTypedefDecl(const TypedefDecl *D); 581 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in USRGenerator
|
/external/llvm-project/clang/lib/AST/ |
D | ODRHash.cpp | 355 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in __anon0e23520a0111::ODRDeclVisitor 356 Inherited::VisitTypedefDecl(D); in VisitTypedefDecl()
|
D | DeclPrinter.cpp | 62 void VisitTypedefDecl(TypedefDecl *D); 500 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in DeclPrinter
|
D | JSONNodeDumper.cpp | 720 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) { in VisitTypedefDecl() function in JSONNodeDumper
|
D | TextNodeDumper.cpp | 1534 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in TextNodeDumper
|
D | ASTImporter.cpp | 493 ExpectedDecl VisitTypedefDecl(TypedefDecl *D); 2501 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTNodeImporter
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 58 void VisitTypedefDecl(TypedefDecl *D); 381 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in DeclPrinter
|
D | ASTDumper.cpp | 423 void VisitTypedefDecl(const TypedefDecl *D); 1074 void ASTDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in ASTDumper
|
D | ASTImporter.cpp | 142 Decl *VisitTypedefDecl(TypedefDecl *D); 2597 Decl *ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTNodeImporter
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 68 void VisitTypedefDecl(TypedefDecl *D); 370 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTDeclWriter
|
D | ASTReaderDecl.cpp | 273 void VisitTypedefDecl(TypedefDecl *TD); 625 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl() function in ASTDeclReader
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 69 void VisitTypedefDecl(TypedefDecl *D); 386 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTDeclWriter
|
D | ASTReaderDecl.cpp | 328 void VisitTypedefDecl(TypedefDecl *TD); 691 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl() function in ASTDeclReader
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 544 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in TemplateDeclInstantiator
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 890 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in TemplateDeclInstantiator
|