Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRawCommentList.h99 if (RawTextValid) in getRawText()
103 RawTextValid = true; in getRawText()
167 mutable bool RawTextValid : 1; ///< True if RawText is valid variable
181 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K), in RawComment()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp112 Range(SR), RawTextValid(false), BriefTextValid(false), in RawComment()