reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/libclang/CIndex.cpp
 7241   Info.Cursor = cursor;
 7242   Info.CursorRange = cursorRange;
 7243   Info.BeforeReachingCursorIdx = BeforeReachingCursorIdx;
 7244   Info.BeforeChildrenTokenIdx = NextToken();
 7245   Info.ChildActions = DetermineChildActions(cursor);
 7246   PostChildrenInfos.push_back(Info);