Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp603 SourceLocation ActiveCommentLoc; in ComputePreamble() local
652 if (ActiveCommentLoc.isInvalid()) in ComputePreamble()
653 ActiveCommentLoc = TheTok.getLocation(); in ComputePreamble()
661 ActiveCommentLoc = SourceLocation(); in ComputePreamble()
718 if (ActiveCommentLoc.isValid()) in ComputePreamble()
719 End = ActiveCommentLoc; // don't truncate a decl comment. in ComputePreamble()