Searched refs:RawTextValid (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | RawCommentList.h | 99 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/ |
D | RawCommentList.h | 102 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/ |
D | RawCommentList.cpp | 111 Range(SR), RawTextValid(false), BriefTextValid(false), in RawComment()
|
/external/llvm-project/clang/lib/AST/ |
D | RawCommentList.cpp | 111 Range(SR), RawTextValid(false), BriefTextValid(false), in RawComment()
|