HomeSort by: relevance | last modified time | path
    Searched defs:RawText (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RawCommentList.h 100 return RawText;
102 RawText = getRawTextSlow(SourceMgr);
104 return RawText;
149 mutable StringRef RawText;
152 mutable bool RawTextValid : 1; ///< True if RawText is valid
  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp 1662 std::string RawText = std::string(
1668 if (StringRef(RawText).contains(CanonicalDelimiterSuffix))
1729 RawStringStyle, RawText, {tooling::Range(0, RawText.size())},
1733 auto NewCode = applyAllReplacements(RawText, Fixes.first);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 8398 StringRef RawText =
8401 // Don't duplicate the string because RawText points directly into source
8403 return cxstring::createRef(RawText);

Completed in 32 milliseconds