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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp597 SourceLocation ActiveCommentLoc; local
646 if (ActiveCommentLoc.isInvalid())
647 ActiveCommentLoc = TheTok.getLocation();
655 ActiveCommentLoc = SourceLocation();
710 if (ActiveCommentLoc.isValid())
711 End = ActiveCommentLoc; // don't truncate a decl comment.

Completed in 575 milliseconds