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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RawCommentList.h 1 //===--- RawCommentList.h - Classes for processing raw comments -*- C++ -*-===//
180 class RawCommentList {
182 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {}
ASTContext.h 28 #include "clang/AST/RawCommentList.h"
740 RawCommentList Comments;
  /src/external/apache2/llvm/dist/clang/lib/AST/
RawCommentList.cpp 1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===//
9 #include "clang/AST/RawCommentList.h"
273 void RawCommentList::addComment(const RawComment &RC,
329 RawCommentList::getCommentsInFile(FileID File) const {
337 bool RawCommentList::empty() const { return OrderedComments.empty(); }
339 unsigned RawCommentList::getCommentBeginLine(RawComment *C, FileID File,
349 unsigned RawCommentList::getCommentEndOffset(RawComment *C) const {
  /src/external/apache2/llvm/lib/libclangAST/
Makefile 65 RawCommentList.cpp \

Completed in 51 milliseconds