Searched defs:RawComment (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | RawCommentList.h | 45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() function 164 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() function
|
/external/clang/include/clang/AST/ |
D | RawCommentList.h | 41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() function 147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() function
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 109 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment() function in RawComment
|
/external/llvm-project/clang/lib/AST/ |
D | RawCommentList.cpp | 109 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment() function in RawComment
|
/external/llvm-project/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 48 class RawComment; variable
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 608 CXString RawComment; in PrintCursorComments() local
|
/external/llvm-project/clang/tools/c-index-test/ |
D | c-index-test.c | 690 CXString RawComment; in PrintCursorComments() local
|