HomeSort by relevance Sort by last modified time
    Searched refs:PostChildrenVisitor (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
CursorVisitor.h 78 PostChildrenVisitorTy PostChildrenVisitor;
150 PostChildrenVisitorTy PostChildrenVisitor = nullptr)
152 Visitor(Visitor), PostChildrenVisitor(PostChildrenVisitor),
CIndex.cpp 217 if (PostChildrenVisitor)
218 if (PostChildrenVisitor(Cursor, ClientData))
    [all...]

Completed in 61 milliseconds