Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp602 SourceLocation ActiveCommentLoc; in ComputePreamble() local
651 if (ActiveCommentLoc.isInvalid()) in ComputePreamble()
652 ActiveCommentLoc = TheTok.getLocation(); in ComputePreamble()
660 ActiveCommentLoc = SourceLocation(); in ComputePreamble()
717 if (ActiveCommentLoc.isValid()) in ComputePreamble()
718 End = ActiveCommentLoc; // don't truncate a decl comment. in ComputePreamble()