Searched refs:AddToken (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp44 AddToken(RawTok, TokenList.end());
67 /// AddToken - Add the specified token into the Rewriter before the other
70 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { function in class:TokenRewriter
97 return AddToken(Tok, RemapIterator(I));
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h70 /// AddToken - Add the specified token into the Rewriter before the other
72 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h505 void AddToken(const Token &Tok, RecordDataImpl &Record);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2044 AddToken(Tok, Record);
3698 AddToken(*TokIt, Record);
3723 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) { function in class:ASTWriter
H A DASTWriterStmt.cpp268 Writer.AddToken(S->getAsmToks()[I], Record);

Completed in 84 milliseconds