Home | History | Annotate | Download | only in libclang

Lines Matching refs:Index

3758   unsigned Index = 0;
3760 Index = 1;
3763 std::make_pair(C.kind, C.data[Index]));
4475 CXCursor clang_getOverloadedDecl(CXCursor cursor, unsigned index) {
4479 if (index >= clang_getNumOverloadedDecls(cursor))
4485 return MakeCXCursor(E->decls_begin()[index], TU);
4489 return MakeCXCursor(S->begin()[index], TU);
4495 std::advance(Pos, index);
4887 // advance the token index one by one until a token fails the range test.
4889 // pass the range test. If one of them fails we keep the token index pointing
4972 // declarations, so we keep a separate token index.
5009 // Save the preprocessing token index; restore the non-preprocessing
5010 // token index.