Home | History | Annotate | Download | only in libclang

Lines Matching refs:Annotated

4691   AnnotateTokensData &Annotated;
4719 AnnotateTokensWorker(AnnotateTokensData &annotated,
4722 : Annotated(annotated), Tokens(tokens), Cursors(cursors),
4750 AnnotateTokensData::iterator Pos = Annotated.find(Tokens[I].int_data[1]);
4751 if (Pos != Annotated.end() &&
4763 AnnotateTokensData::iterator Pos = Annotated.find(Tokens[I].int_data[1]);
4764 Cursors[I] = (Pos == Annotated.end()) ? C : Pos->second;
4807 // annotated by a subsequent annotation try.
4883 Annotated[Loc.int_data] = cursor;
4937 // Adjust the annotated range based specific declarations.
4968 CXCursor &oldC = Annotated[rawEncoding];
5105 AnnotateTokensData &Annotated) {
5156 Annotated[Locations[I].getRawEncoding()] = Cursor;
5188 AnnotateTokensData Annotated;
5192 annotatePreprocessorTokens(TU, RegionOfInterest, Annotated);
5206 AnnotateTokensWorker W(Annotated, Tokens, Cursors, NumTokens,