OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCommentRetentionState
(Results
1 - 9
of
9
) sorted by null
/external/clang/lib/Rewrite/
RewriteMacros.cpp
72
RawLex.
SetCommentRetentionState
(true);
HTMLRewrite.cpp
368
L.
SetCommentRetentionState
(true);
496
TmpPP.
SetCommentRetentionState
(false, false);
/external/clang/lib/Lex/
PPDirectives.cpp
246
if (CurLexer) CurLexer->
SetCommentRetentionState
(false);
257
if (CurLexer) CurLexer->
SetCommentRetentionState
(KeepComments);
273
if (CurLexer) CurLexer->
SetCommentRetentionState
(KeepComments);
290
if (CurLexer) CurLexer->
SetCommentRetentionState
(KeepComments);
386
if (CurLexer) CurLexer->
SetCommentRetentionState
(KeepComments);
[
all
...]
Lexer.cpp
123
SetCommentRetentionState
(PP.getCommentRetentionState());
412
TheLexer.
SetCommentRetentionState
(true);
454
TheLexer.
SetCommentRetentionState
(true);
[
all
...]
/external/clang/include/clang/Lex/
Lexer.h
191
void
SetCommentRetentionState
(bool Mode) {
Preprocessor.h
375
///
SetCommentRetentionState
- Control whether or not the preprocessor retains
377
void
SetCommentRetentionState
(bool KeepComments, bool KeepMacroComments) {
[
all
...]
/external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp
346
RawLex.
SetCommentRetentionState
(true);
PrintPreprocessedOutput.cpp
594
PP.
SetCommentRetentionState
(Opts.ShowComments, Opts.ShowMacroComments);
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
Completed in 124 milliseconds