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 78 std::pair<CommentKind, bool> K = getCommentKind(RawText);
82 IsAlmostTrailingComment = RawText.startswith("//<") ||
83 RawText.startswith("/*<");
86 IsTrailingComment = mergedCommentIsTrailingComment(RawText);
138 // Make sure that RawText is valid.
148 RawText.begin(), RawText.end());
164 // Make sure that RawText is valid.
169 RawText.begin(), RawText.end())
    [all...]
  /external/clang/include/clang/AST/
RawCommentList.h 96 return RawText;
98 RawText = getRawTextSlow(SourceMgr);
100 return RawText;
124 mutable StringRef RawText;
127 mutable bool RawTextValid : 1; ///< True if RawText is valid
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 71 milliseconds