Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRawCommentList.cpp69 BeginLineValid(false), EndLineValid(false) { in RawComment()
101 if (EndLineValid) in getEndLine()
106 EndLineValid = true; in getEndLine()
/external/clang/include/clang/AST/
DRawCommentList.h137 mutable bool EndLineValid : 1; ///< True if EndLine is valid variable
147 BeginLineValid(false), EndLineValid(false) in RawComment()