OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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++ -*-===//
192
class
RawCommentList
{
194
RawCommentList
(SourceManager &SourceMgr) :
ASTContext.h
25
#include "clang/AST/
RawCommentList
.h"
494
RawCommentList
Comments;
569
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"
211
void
RawCommentList
::addComment(const RawComment &RC,
Completed in 898 milliseconds