Home | History | Annotate | Download | only in libclang

Lines Matching refs:VisitDecl

112 /// be VisitDecl(), VisitNamedDecl(), and then VisitNamespaceDecl()).
381 bool WalkUpFromDecl(Decl *D) { return getDerived().VisitDecl(D); }
382 bool VisitDecl(Decl *D) { return true; }