HomeSort by relevance Sort by last modified time
    Searched refs:RawText (Results 1 - 17 of 17) 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
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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
  /prebuilts/clang/host/darwin-x86/clang-4393122/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
  /prebuilts/clang/host/darwin-x86/clang-4479392/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
  /prebuilts/clang/host/darwin-x86/clang-4579689/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
  /prebuilts/clang/host/darwin-x86/clang-4630689/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
  /prebuilts/clang/host/darwin-x86/clang-4639204/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
  /prebuilts/clang/host/darwin-x86/clang-4691093/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
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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
  /prebuilts/clang/host/linux-x86/clang-4393122/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
  /prebuilts/clang/host/linux-x86/clang-4479392/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
  /prebuilts/clang/host/linux-x86/clang-4579689/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
  /prebuilts/clang/host/linux-x86/clang-4630689/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
  /prebuilts/clang/host/linux-x86/clang-4639204/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
  /prebuilts/clang/host/linux-x86/clang-4691093/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 302 milliseconds