Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp556 SourceLocation ActiveCommentLoc; in ComputePreamble() local
605 if (ActiveCommentLoc.isInvalid()) in ComputePreamble()
606 ActiveCommentLoc = TheTok.getLocation(); in ComputePreamble()
614 ActiveCommentLoc = SourceLocation(); in ComputePreamble()
687 else if (ActiveCommentLoc.isValid()) in ComputePreamble()
688 End = ActiveCommentLoc; // don't truncate a decl comment. in ComputePreamble()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp599 SourceLocation ActiveCommentLoc; in ComputePreamble() local
648 if (ActiveCommentLoc.isInvalid()) in ComputePreamble()
649 ActiveCommentLoc = TheTok.getLocation(); in ComputePreamble()
657 ActiveCommentLoc = SourceLocation(); in ComputePreamble()
712 if (ActiveCommentLoc.isValid()) in ComputePreamble()
713 End = ActiveCommentLoc; // don't truncate a decl comment. in ComputePreamble()