Home
last modified time | relevance | path

Searched refs:SetCommentRetentionState (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/
H A DHTMLRewrite.cpp367 L.SetCommentRetentionState(true); in SyntaxHighlight()
496 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp72 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
H A DInclusionRewriter.cpp395 RawLex.SetCommentRetentionState(false); in Process()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLexer.h187 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
H A DPreprocessor.h539 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp125 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
450 TheLexer.SetCommentRetentionState(true); in getRawToken()
491 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken()
553 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
H A DPPDirectives.cpp2042 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp720 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
H A DVerifyDiagnosticConsumer.cpp592 RawLex.SetCommentRetentionState(true); in findDirectives()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5364 Lex.SetCommentRetentionState(true); in getTokens()
5953 Lex.SetCommentRetentionState(true); in annotatePreprocessorTokens()