HomeSort by relevance Sort by last modified time
    Searched refs:RawCommentList (Results 1 - 4 of 4) 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"
518 RawCommentList Comments;
593 RawCommentList &getRawCommentList() {
    [all...]
  /external/clang/lib/AST/
Android.mk 70 RawCommentList.cpp \
RawCommentList.cpp 1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===//
10 #include "clang/AST/RawCommentList.h"
213 void RawCommentList::addComment(const RawComment &RC,
255 void RawCommentList::addDeserializedComments(ArrayRef<RawComment *> DeserializedComments) {

Completed in 63 milliseconds