Searched refs:SetKeepWhitespaceMode (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp30 RawLex.SetKeepWhitespaceMode(true);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp493 RawLex.SetKeepWhitespaceMode(true);
502 RawLex.SetKeepWhitespaceMode(false);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h170 /// SetKeepWhitespaceMode - This method lets clients enable or disable
172 void SetKeepWhitespaceMode(bool Val) { function in class:clang::Lexer
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp446 RawLex.SetKeepWhitespaceMode(true);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp292 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false);
715 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false);
H A DLexer.cpp136 SetKeepWhitespaceMode(true);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp999 Lex.SetKeepWhitespaceMode(true);

Completed in 176 milliseconds