Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp651 SourceLocation ActiveCommentLoc; in ComputePreamble() local
700 if (ActiveCommentLoc.isInvalid()) in ComputePreamble()
701 ActiveCommentLoc = TheTok.getLocation(); in ComputePreamble()
709 ActiveCommentLoc = SourceLocation(); in ComputePreamble()
782 if (ActiveCommentLoc.isValid()) in ComputePreamble()
783 End = ActiveCommentLoc; // don't truncate a decl comment. in ComputePreamble()