Searched defs:TokenRefTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h33 /// TokenRefTy - This is the type used to refer to a token in the TokenList.
34 typedef std::list<Token>::iterator TokenRefTy; typedef in class:clang::TokenRewriter
40 std::map<SourceLocation, TokenRefTy> TokenAtLoc;
67 /// TokenRefTy (a non-const iterator).
68 TokenRefTy RemapIterator(token_iterator I);
72 TokenRefTy AddToken(const Token &T, TokenRefTy Where);

Completed in 59 milliseconds