Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRawCommentList.cpp250 unsigned C2BeginLine = C2.getBeginLine(SourceMgr); in addComment() local
251 if (C1EndLine + 1 == C2BeginLine || C1EndLine == C2BeginLine) { in addComment()