OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullComment
(Results
1 - 14
of
14
) sorted by null
/external/clang/unittests/AST/
CommentParser.cpp
53
FullComment
*parseString(const char *Source);
56
FullComment
*CommentParserTest::parseString(const char *Source) {
65
FullComment
*FC = P.parseFullComment();
600
FullComment
*FC = parseString(Source);
607
FullComment
*FC = parseString(Source);
618
FullComment
*FC = parseString(Source);
645
FullComment
*FC = parseString(Sources[i]);
659
FullComment
*FC = parseString(Source);
676
FullComment
*FC = parseString(Source);
703
FullComment
*FC = parseString(Source)
[
all
...]
/external/clang/include/clang/AST/
RawCommentList.h
25
class
FullComment
;
125
comments::
FullComment
*parse(const ASTContext &Context,
CommentParser.h
122
FullComment
*parseFullComment();
CommentSema.h
187
FullComment
*actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
207
void resolveParamCommandIndexes(const
FullComment
*FC);
Comment.h
30
class
FullComment
;
747
StringRef getParamName(const
FullComment
*FC) const;
817
StringRef getParamName(const
FullComment
*FC) const;
964
/// Information about the declaration, useful to clients of
FullComment
.
970
/// CurrentDecl is the declaration with which the
FullComment
is associated.
1076
class
FullComment
: public Comment {
1081
FullComment
(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
ASTContext.h
73
class
FullComment
;
562
mutable llvm::DenseMap<const Decl *, comments::
FullComment
*> ParsedComments;
593
comments::
FullComment
*getCommentForDecl(const Decl *D,
599
comments::
FullComment
*getLocalCommentForDeclUncached(const Decl *D) const;
601
comments::
FullComment
*cloneFullComment(comments::
FullComment
*FC,
[
all
...]
/external/clang/tools/libclang/
CXComment.cpp
414
/// Separate parts of a
FullComment
.
417
FullCommentParts(const
FullComment
*C,
429
FullCommentParts::FullCommentParts(const
FullComment
*C,
514
"a
FullComment
");
552
CommentASTToHTMLConverter(const
FullComment
*FC,
573
void visitFullComment(const
FullComment
*C);
584
const
FullComment
*FC;
769
void CommentASTToHTMLConverter::visitFullComment(const
FullComment
*C) {
869
const
FullComment
*FC = getASTNodeAs<
FullComment
>(CXC)
[
all
...]
CIndex.cpp
[
all
...]
/external/clang/lib/AST/
Comment.cpp
294
StringRef ParamCommandComment::getParamName(const
FullComment
*FC) const {
301
StringRef TParamCommandComment::getParamName(const
FullComment
*FC) const {
ASTDumper.cpp
47
// Comment names (
FullComment
, ParagraphComment, TextComment, etc)
106
/// The \c
FullComment
parent of the comment being dumped.
107
const
FullComment
*FC;
160
void dumpFullComment(const
FullComment
*C);
727
const
FullComment
*Comment =
[
all
...]
CommentSema.cpp
552
FullComment
*Sema::actOnFullComment(
554
FullComment
*FC = new (Allocator)
FullComment
(Blocks, ThisDeclInfo);
702
void Sema::resolveParamCommandIndexes(const
FullComment
*FC) {
[
all
...]
RawCommentList.cpp
165
comments::
FullComment
*RawComment::parse(const ASTContext &Context,
ASTContext.cpp
403
comments::
FullComment
*ASTContext::cloneFullComment(comments::
FullComment
*FC,
410
comments::
FullComment
*CFC =
411
new (*this) comments::
FullComment
(FC->getBlocks(),
417
comments::
FullComment
*ASTContext::getLocalCommentForDeclUncached(const Decl *D) const {
422
comments::
FullComment
*ASTContext::getCommentForDecl(
430
llvm::DenseMap<const Decl *, comments::
FullComment
*>::iterator Pos =
435
comments::
FullComment
*FC = Pos->second;
436
comments::
FullComment
*CFC = cloneFullComment(FC, D);
451
if (comments::
FullComment
*FC = getCommentForDecl(PDecl, PP)
[
all
...]
CommentParser.cpp
738
FullComment
*Parser::parseFullComment() {
Completed in 107 milliseconds