OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InlineCommandComment
(Results
1 - 9
of
9
) sorted by null
/external/clang/tools/libclang/
CXComment.cpp
140
const
InlineCommandComment
*ICC = getASTNodeAs<
InlineCommandComment
>(CXC);
150
const
InlineCommandComment
*ICC = getASTNodeAs<
InlineCommandComment
>(CXC);
155
case
InlineCommandComment
::RenderNormal:
158
case
InlineCommandComment
::RenderBold:
161
case
InlineCommandComment
::RenderMonospaced:
164
case
InlineCommandComment
::RenderEmphasized:
167
llvm_unreachable("unknown
InlineCommandComment
::RenderKind");
171
const
InlineCommandComment
*ICC = getASTNodeAs<InlineCommandComment>(CXC)
[
all
...]
/external/clang/lib/AST/
CommentSema.cpp
366
InlineCommandComment
*Sema::actOnInlineCommand(SourceLocation CommandLocBegin,
369
ArrayRef<
InlineCommandComment
::Argument> Args;
371
return new (Allocator)
InlineCommandComment
(
379
InlineCommandComment
*Sema::actOnInlineCommand(SourceLocation CommandLocBegin,
385
typedef
InlineCommandComment
::Argument Argument;
391
return new (Allocator)
InlineCommandComment
(
409
ArrayRef<
InlineCommandComment
::Argument> Args;
410
return new (Allocator)
InlineCommandComment
(
412
InlineCommandComment
::RenderNormal,
[
all
...]
ASTDumper.cpp
547
void visitInlineCommandComment(const
InlineCommandComment
*C);
[
all
...]
CommentParser.cpp
403
InlineCommandComment
*Parser::parseInlineCommand() {
414
InlineCommandComment
*IC;
/external/clang/lib/Index/
CommentToXML.cpp
232
void visitInlineCommandComment(const
InlineCommandComment
*C);
269
const
InlineCommandComment
*C) {
280
case
InlineCommandComment
::RenderNormal:
287
case
InlineCommandComment
::RenderBold:
293
case
InlineCommandComment
::RenderMonospaced:
299
case
InlineCommandComment
::RenderEmphasized:
543
void visitInlineCommandComment(const
InlineCommandComment
*C);
624
const
InlineCommandComment
*C) {
635
case
InlineCommandComment
::RenderNormal:
641
case
InlineCommandComment
::RenderBold
[
all
...]
/external/clang/include/clang/AST/
CommentParser.h
106
InlineCommandComment
*parseInlineCommand();
CommentSema.h
132
InlineCommandComment
*actOnInlineCommand(SourceLocation CommandLocBegin,
136
InlineCommandComment
*actOnInlineCommand(SourceLocation CommandLocBegin,
246
InlineCommandComment
::RenderKind
Comment.h
94
friend class
InlineCommandComment
;
303
class
InlineCommandComment
: public InlineContentComment {
326
InlineCommandComment
(SourceLocation LocBegin,
/external/clang/unittests/AST/
CommentParser.cpp
266
InlineCommandComment
*&ICC,
275
<< "
InlineCommandComment
has name \"" << ActualName.str() << "\", "
286
InlineCommandComment
*&ICC,
295
<< "
InlineCommandComment
has " << ICC->getNumArgs() << " arg(s), "
304
InlineCommandComment
*&ICC,
313
<< "
InlineCommandComment
has " << ICC->getNumArgs() << " arg(s), "
319
<< "
InlineCommandComment
has argument \"" << ActualArg.str() << "\", "
999
InlineCommandComment
*ICC;
1016
InlineCommandComment
*ICC;
[
all
...]
Completed in 76 milliseconds