Home | History | Annotate | Download | only in libclang

Lines Matching refs:VisitDecl

114 /// be VisitDecl(), VisitNamedDecl(), and then VisitNamespaceDecl()).
383 bool WalkUpFromDecl(Decl *D) { return getDerived().VisitDecl(D); }
384 bool VisitDecl(Decl *D) { return true; }