Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DRawCommentList.h99 if (RawTextValid) in getRawText()
103 RawTextValid = true; in getRawText()
152 mutable bool RawTextValid : 1; ///< True if RawText is valid variable
166 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K), in RawComment()
/external/clang/include/clang/AST/
DRawCommentList.h102 if (RawTextValid) in getRawText()
106 RawTextValid = true; in getRawText()
131 mutable bool RawTextValid : 1; ///< True if RawText is valid variable
150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K), in RawComment()
/external/clang/lib/AST/
DRawCommentList.cpp111 Range(SR), RawTextValid(false), BriefTextValid(false), in RawComment()
/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp111 Range(SR), RawTextValid(false), BriefTextValid(false), in RawComment()