Home
last modified time | relevance | path

Searched refs:HandleMicrosoftCommentPaste (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DTokenLexer.h170 void HandleMicrosoftCommentPaste(Token &Tok);
DPreprocessor.h1109 void HandleMicrosoftCommentPaste(Token &Tok);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DTokenLexer.cpp611 HandleMicrosoftCommentPaste(Tok); in PasteTokens()
703 void TokenLexer::HandleMicrosoftCommentPaste(Token &Tok) { in HandleMicrosoftCommentPaste() function in TokenLexer
712 PP.HandleMicrosoftCommentPaste(Tok); in HandleMicrosoftCommentPaste()
DPPLexerChange.cpp527 void Preprocessor::HandleMicrosoftCommentPaste(Token &Tok) { in HandleMicrosoftCommentPaste() function in Preprocessor