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

  /external/clang/lib/AST/
RawCommentList.cpp 81 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
85 IsAlmostTrailingComment = RawText.startswith("//<") ||
86 RawText.startswith("/*<");
89 IsTrailingComment = mergedCommentIsTrailingComment(RawText);
141 // Make sure that RawText is valid.
152 RawText.begin(), RawText.end());
168 // Make sure that RawText is valid.
174 RawText.begin(), RawText.end())
    [all...]
  /external/clang/include/clang/AST/
RawCommentList.h 103 return RawText;
105 RawText = getRawTextSlow(SourceMgr);
107 return RawText;
131 mutable StringRef RawText;
134 mutable bool RawTextValid : 1; ///< True if RawText is valid
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1026 milliseconds