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++ -*-===//
179 class RawCommentList {
181 RawCommentList(SourceManager &SourceMgr) :
ASTContext.h 25 #include "clang/AST/RawCommentList.h"
482 RawCommentList Comments;
557 RawCommentList &getRawCommentList() {
    [all...]
  /external/clang/lib/AST/
Android.mk 68 RawCommentList.cpp \
RawCommentList.cpp 1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===//
10 #include "clang/AST/RawCommentList.h"
206 void RawCommentList::addComment(const RawComment &RC,

Completed in 58 milliseconds