Home | History | Annotate | Download | only in libclang

Lines Matching defs:Info

727   const ASTTemplateArgumentListInfo *Info = D->getTemplateArgsAsWritten();
728 const TemplateArgumentLoc *TemplateArgs = Info->getTemplateArgs();
729 for (unsigned I = 0, N = Info->NumTemplateArgs; I != N; ++I)
1215 // FIXME: Per-identifier location info?
4300 // If we point inside a macro argument we should provide info of what the
4462 // to provide that kind of info.
5833 PostChildrenInfo Info;
5834 Info.Cursor = cursor;
5835 Info.CursorRange = cursorRange;
5836 Info.BeforeReachingCursorIdx = BeforeReachingCursorIdx;
5837 Info.BeforeChildrenTokenIdx = NextToken();
5838 PostChildrenInfos.push_back(Info);
5846 const PostChildrenInfo &Info = PostChildrenInfos.back();
5847 if (!clang_equalCursors(Info.Cursor, cursor))
5850 const unsigned BeforeChildren = Info.BeforeChildrenTokenIdx;
5852 SourceRange cursorRange = Info.CursorRange;
5870 TokIdx = Info.BeforeReachingCursorIdx;
5891 /// and mark tokens that are macro arguments. This info is used by the