Searched refs:VisitTypedefDecl (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp63 void VisitTypedefDecl(const TypedefDecl *D);
451 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { function in class:USRGenerator
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp49 void VisitTypedefDecl(TypedefDecl *D);
335 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { function in class:DeclPrinter
H A DASTDumper.cpp206 void VisitTypedefDecl(const TypedefDecl *D);
796 void ASTDumper::VisitTypedefDecl(const TypedefDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp135 Decl *VisitTypedefDecl(TypedefDecl *D);
2385 Decl *ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { function in class:ASTNodeImporter
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp60 void VisitTypedefDecl(TypedefDecl *D);
197 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp223 void VisitTypedefDecl(TypedefDecl *TD);
447 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { function in class:ASTDeclReader
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp278 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { function in class:TemplateDeclInstantiator

Completed in 257 milliseconds