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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeVisitor.h 1 //===--- TypeVisitor.h - Visitor for Type subclasses ------------*- C++ -*-===//
9 // This file defines the TypeVisitor interface.
27 /// TypeVisitor.
40 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
48 /// Actual treatment is made by methods of the derived class, TypeVisitor only
53 /// \c TypeVisitor dispatches call to the method that handles parent type. In
59 /// \li <tt>TypeVisitor::VisitType(const Type*)</tt>
64 class TypeVisitor {
  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 657 class TypeVisitor : public Visitor
662 TypeVisitor (void)
1205 TypeVisitor v;

Completed in 32 milliseconds