Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp588 SourceLocation ActiveCommentLoc; in ComputePreamble() local
637 if (ActiveCommentLoc.isInvalid()) in ComputePreamble()
638 ActiveCommentLoc = TheTok.getLocation(); in ComputePreamble()
646 ActiveCommentLoc = SourceLocation(); in ComputePreamble()
702 if (ActiveCommentLoc.isValid()) in ComputePreamble()
703 End = ActiveCommentLoc; // don't truncate a decl comment. in ComputePreamble()