HomeSort by relevance Sort by last modified time
    Searched refs:RawText (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
RawCommentList.h 103 return RawText;
105 RawText = getRawTextSlow(SourceMgr);
107 return RawText;
128 mutable StringRef RawText;
131 mutable bool RawTextValid : 1; ///< True if RawText is valid
  /external/clang/lib/AST/
RawCommentList.cpp 121 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
142 IsAlmostTrailingComment = RawText.startswith("//<") ||
143 RawText.startswith("/*<");
147 IsTrailingComment || mergedCommentIsTrailingComment(RawText);
178 // Make sure that RawText is valid.
189 RawText.begin(), RawText.end());
205 // Make sure that RawText is valid.
211 RawText.begin(), RawText.end())
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1441 milliseconds