HomeSort by relevance Sort by last modified time
    Searched refs:RawCommentList (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
RawCommentList.h 1 //===--- RawCommentList.h - Classes for processing raw comments -*- C++ -*-===//
182 class RawCommentList {
184 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {}
ASTContext.h 25 #include "clang/AST/RawCommentList.h"
617 RawCommentList Comments;
692 RawCommentList &getRawCommentList() {
    [all...]
  /external/clang/lib/AST/
RawCommentList.cpp 1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===//
10 #include "clang/AST/RawCommentList.h"
272 void RawCommentList::addComment(const RawComment &RC,
327 void RawCommentList::addDeserializedComments(ArrayRef<RawComment *> DeserializedComments) {

Completed in 83 milliseconds