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 80 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
84 IsAlmostTrailingComment = RawText.startswith("//<") ||
85 RawText.startswith("/*<");
88 IsTrailingComment = mergedCommentIsTrailingComment(RawText);
119 // Make sure that RawText is valid.
130 RawText.begin(), RawText.end());
146 // Make sure that RawText is valid.
152 RawText.begin(), RawText.end())
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 380 milliseconds