Home
last modified time | relevance | path

Searched refs:SetKeepWhitespaceMode (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DTokenRewriter.cpp35 RawLex.SetKeepWhitespaceMode(true); in TokenRewriter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp510 RawLex.SetKeepWhitespaceMode(true); in Process()
519 RawLex.SetKeepWhitespaceMode(false); in Process()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h216 void SetKeepWhitespaceMode(bool Val) { in SetKeepWhitespaceMode() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp146 Lexer->SetKeepWhitespaceMode(true); in getEntityEndLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.cpp38 Lex->SetKeepWhitespaceMode(true);
1070 Lex->SetKeepWhitespaceMode(true); in resetLexer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp759 RawLex.SetKeepWhitespaceMode(true); in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp489 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in SkipExcludedConditionalBlock()
933 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in HandleDirective()
H A DLexer.cpp169 SetKeepWhitespaceMode(true); in resetExtendedTokenMode()