Searched refs:RawText (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h98 return RawText;
100 RawText = getRawTextSlow(SourceMgr);
102 return RawText;
147 mutable StringRef RawText; member in class:clang::RawComment
150 mutable bool RawTextValid : 1; ///< True if RawText is valid
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp121 getCommentKind(RawText, CommentOpts.ParseAllComments);
142 IsAlmostTrailingComment = RawText.startswith("//<") ||
143 RawText.startswith("/*<");
147 IsTrailingComment || mergedCommentIsTrailingComment(RawText);
178 // Lazily initialize RawText using the accessor before using it.
189 RawText.begin(), RawText.end());
205 // Lazily initialize RawText using the accessor before using it.
211 RawText.begin(), RawText
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1516 std::string RawText = local
1522 if (StringRef(RawText).contains(CanonicalDelimiterSuffix))
1583 RawStringStyle, RawText, {tooling::Range(0, RawText.size())},
1587 auto NewCode = applyAllReplacements(RawText, Fixes.first);

Completed in 108 milliseconds