HomeSort by: relevance | last modified time | path
    Searched refs:CommentKind (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RawCommentList.h 34 enum CommentKind {
50 CommentKind getKind() const LLVM_READONLY {
51 return (CommentKind) Kind;
164 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment,
Comment.h 186 enum CommentKind {
197 Comment(CommentKind K,
204 CommentKind getCommentKind() const {
205 return static_cast<CommentKind>(CommentBits.Kind);
238 InlineContentComment(CommentKind K,
376 HTMLTagComment(CommentKind K,
532 BlockContentComment(CommentKind K,
613 BlockCommandComment(CommentKind K,
Decl.h 121 PragmaMSCommentKind CommentKind;
124 PragmaMSCommentKind CommentKind)
125 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {}
132 PragmaMSCommentKind CommentKind,
137 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
RawCommentList.cpp 25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment,
31 RawComment::CommentKind K;
104 static bool isOrdinaryKind(RawComment::CommentKind K) {
121 std::pair<CommentKind, bool> K =
Decl.cpp 4743 PragmaMSCommentKind CommentKind,
4747 PragmaCommentDecl(DC, CommentLoc, CommentKind);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 636 D->CommentKind = (PragmaMSCommentKind)Record.readInt();
ASTReader.cpp 9092 RawComment::CommentKind Kind =
9093 (RawComment::CommentKind) Record[Idx++];

Completed in 67 milliseconds