Home
last modified time | relevance | path

Searched refs:RawCommentList (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===//
9 #include "clang/AST/RawCommentList.h"
272 void RawCommentList::addComment(const RawComment &RC, in onlyWhitespaceBetween()
328 RawCommentList::getCommentsInFile(FileID File) const {
336 bool RawCommentList::empty() const { return OrderedComments.empty(); } in getCommentsInFile()
338 unsigned RawCommentList::getCommentBeginLine(RawComment *C, FileID File, in empty()
348 unsigned RawCommentList::getCommentEndOffset(RawComment *C) const { in getCommentBeginLine()
H A DCMakeLists.txt113 RawCommentList.cpp
/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h212 class RawCommentList {
214 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList() function
H A DASTContext.h25 #include "clang/AST/RawCommentList.h"
867 RawCommentList Comments;
/llvm-project/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn142 "RawCommentList.cpp",