Searched refs:RawCommentList (Results 1 - 4 of 4) sorted by last modified time

/external/clang/include/clang/AST/
H A DASTContext.h25 #include "clang/AST/RawCommentList.h"
518 RawCommentList Comments;
593 RawCommentList &getRawCommentList() {
H A DRawCommentList.h1 //===--- RawCommentList.h - Classes for processing raw comments -*- C++ -*-===//
182 class RawCommentList { class in namespace:clang
184 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} function in class:clang::RawCommentList
/external/clang/lib/AST/
H A DAndroid.mk70 RawCommentList.cpp \
H A DRawCommentList.cpp1 //===--- 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 5166 milliseconds