OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockCommandComment
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/AST/
CommentSema.h
59
const
BlockCommandComment
*BriefCommand;
62
const
BlockCommandComment
*HeaderfileCommand;
94
BlockCommandComment
*actOnBlockCommandStart(SourceLocation LocBegin,
99
void actOnBlockCommandArgs(
BlockCommandComment
*Command,
100
ArrayRef<
BlockCommandComment
::Argument> Args);
102
void actOnBlockCommandFinish(
BlockCommandComment
*Command,
189
void checkBlockCommandEmptyParagraph(
BlockCommandComment
*Command);
191
void checkReturnsCommand(const
BlockCommandComment
*Command);
195
void checkBlockCommandDuplicate(const
BlockCommandComment
*Command);
197
void checkDeprecatedCommand(const
BlockCommandComment
*Comment)
[
all
...]
CommentParser.h
107
void parseBlockCommandArgs(
BlockCommandComment
*BC,
111
BlockCommandComment
*parseBlockCommand();
Comment.h
128
friend class
BlockCommandComment
;
581
class
BlockCommandComment
: public BlockContentComment {
598
BlockCommandComment
(CommentKind K,
611
BlockCommandComment
(SourceLocation LocBegin,
696
class ParamCommandComment : public
BlockCommandComment
{
711
BlockCommandComment
(ParamCommandCommentKind, LocBegin, LocEnd,
784
class TParamCommandComment : public
BlockCommandComment
{
805
BlockCommandComment
(TParamCommandCommentKind, LocBegin, LocEnd, CommandID,
876
class VerbatimBlockComment : public
BlockCommandComment
{
886
BlockCommandComment
(VerbatimBlockCommentKind
[
all
...]
/external/clang/tools/libclang/
CXComment.cpp
220
const
BlockCommandComment
*BCC = getASTNodeAs<
BlockCommandComment
>(CXC);
229
const
BlockCommandComment
*BCC = getASTNodeAs<
BlockCommandComment
>(CXC);
238
const
BlockCommandComment
*BCC = getASTNodeAs<
BlockCommandComment
>(CXC);
246
const
BlockCommandComment
*BCC = getASTNodeAs<
BlockCommandComment
>(CXC);
423
SmallVector<const
BlockCommandComment
*, 4> Returns;
453
const
BlockCommandComment
*BCC = cast<BlockCommandComment>(Child)
[
all
...]
/external/clang/lib/AST/
CommentSema.cpp
49
BlockCommandComment
*Sema::actOnBlockCommandStart(
54
BlockCommandComment
*BC = new (Allocator)
BlockCommandComment
(LocBegin, LocEnd,
61
void Sema::actOnBlockCommandArgs(
BlockCommandComment
*Command,
62
ArrayRef<
BlockCommandComment
::Argument> Args) {
66
void Sema::actOnBlockCommandFinish(
BlockCommandComment
*Command,
93
void Sema::checkFunctionDeclVerbatimLine(const
BlockCommandComment
*Comment) {
126
void Sema::checkContainerDeclVerbatimLine(const
BlockCommandComment
*Comment) {
163
void Sema::checkContainerDecl(const
BlockCommandComment
*Comment) {
279
typedef
BlockCommandComment
::Argument Argument
[
all
...]
CommentParser.cpp
284
void Parser::parseBlockCommandArgs(
BlockCommandComment
*BC,
287
typedef
BlockCommandComment
::Argument Argument;
302
BlockCommandComment
*Parser::parseBlockCommand() {
307
BlockCommandComment
*BC = 0;
ASTDumper.cpp
307
void visitBlockCommandComment(const
BlockCommandComment
*C);
[
all
...]
/external/clang/unittests/AST/
CommentParser.cpp
163
BlockCommandComment
*&BCC,
173
<< "
BlockCommandComment
has name \"" << ActualName.str() << "\", "
664
BlockCommandComment
*BCC;
681
BlockCommandComment
*BCC;
688
BlockCommandComment
*BCC;
708
BlockCommandComment
*BCC;
718
BlockCommandComment
*BCC;
763
BlockCommandComment
*BCC;
958
BlockCommandComment
*BCC;
[
all
...]
Completed in 703 milliseconds