Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp123 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment()
145 RawText.starts_with("//<") || RawText.starts_with("/*<"); in RawComment()
149 IsTrailingComment || mergedCommentIsTrailingComment(RawText); in RawComment()
191 RawText.begin(), RawText.end()); in extractBriefText()
213 RawText.begin(), RawText.end()); in parse()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h100 return RawText; in getRawText()
102 RawText = getRawTextSlow(SourceMgr); in getRawText()
104 return RawText; in getRawText()
175 mutable StringRef RawText; variable
/src/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp2074 std::string RawText = std::string( in reformatRawStringLiteral() local
2080 if (StringRef(RawText).contains(CanonicalDelimiterSuffix)) in reformatRawStringLiteral()
2141 RawStringStyle, RawText, {tooling::Range(0, RawText.size())}, in reformatRawStringLiteral()
2145 auto NewCode = applyAllReplacements(RawText, Fixes.first); in reformatRawStringLiteral()