HomeSort by: relevance | last modified time | path
    Searched defs:VisitTypedefDecl (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 390 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); }
  /src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp 98 void VisitTypedefDecl(const TypedefDecl *D);
581 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 62 void VisitTypedefDecl(TypedefDecl *D);
506 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) {
ODRHash.cpp 355 void VisitTypedefDecl(const TypedefDecl *D) {
356 Inherited::VisitTypedefDecl(D);
JSONNodeDumper.cpp 720 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) {
TextNodeDumper.cpp 1536 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) {
ASTImporter.cpp 487 ExpectedDecl VisitTypedefDecl(TypedefDecl *D);
2549 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 68 void VisitTypedefDecl(TypedefDecl *D);
385 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) {
ASTReaderDecl.cpp 328 void VisitTypedefDecl(TypedefDecl *TD);
691 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 922 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 704 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) {

Completed in 34 milliseconds