Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h558 bool IncludeComments = false);
564 bool IncludeComments);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1324 bool IncludeComments) { in findNextToken() argument
1345 lexer.SetCommentRetentionState(IncludeComments); in findNextToken()
1355 bool IncludeComments) { in findPreviousToken() argument
1366 if (!Tok.is(tok::comment) || IncludeComments) { in findPreviousToken()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp89 bool IncludeComments, in getRangeForNextToken() argument
94 Lexer::findNextToken(Loc, SourceMgr, LangOpts, IncludeComments); in getRangeForNextToken()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h981 SourceLocation Loc, bool IncludeMacros, bool IncludeComments,