Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp599 SourceLocation ActiveCommentLoc; in ComputePreamble() local
648 if (ActiveCommentLoc.isInvalid()) in ComputePreamble()
649 ActiveCommentLoc = TheTok.getLocation(); in ComputePreamble()
657 ActiveCommentLoc = SourceLocation(); in ComputePreamble()
714 if (ActiveCommentLoc.isValid()) in ComputePreamble()
715 End = ActiveCommentLoc; // don't truncate a decl comment. in ComputePreamble()