OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockCommandComment
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentSema.h
58
const
BlockCommandComment
*BriefCommand;
61
const
BlockCommandComment
*HeaderfileCommand;
89
BlockCommandComment
*actOnBlockCommandStart(SourceLocation LocBegin,
94
void actOnBlockCommandArgs(
BlockCommandComment
*Command,
95
ArrayRef<
BlockCommandComment
::Argument> Args);
97
void actOnBlockCommandFinish(
BlockCommandComment
*Command,
184
void checkBlockCommandEmptyParagraph(
BlockCommandComment
*Command);
186
void checkReturnsCommand(const
BlockCommandComment
*Command);
190
void checkBlockCommandDuplicate(const
BlockCommandComment
*Command);
192
void checkDeprecatedCommand(const
BlockCommandComment
*Comment)
[
all
...]
CommentParser.h
100
void parseBlockCommandArgs(
BlockCommandComment
*BC,
104
BlockCommandComment
*parseBlockCommand();
Comment.h
139
friend class
BlockCommandComment
;
596
class
BlockCommandComment
: public BlockContentComment {
613
BlockCommandComment
(CommentKind K,
626
BlockCommandComment
(SourceLocation LocBegin,
711
class ParamCommandComment : public
BlockCommandComment
{
726
BlockCommandComment
(ParamCommandCommentKind, LocBegin, LocEnd,
799
class TParamCommandComment : public
BlockCommandComment
{
820
BlockCommandComment
(TParamCommandCommentKind, LocBegin, LocEnd, CommandID,
891
class VerbatimBlockComment : public
BlockCommandComment
{
901
BlockCommandComment
(VerbatimBlockCommentKind
[
all
...]
JSONNodeDumper.h
335
void visitBlockCommandComment(const comments::
BlockCommandComment
*C,
TextNodeDumper.h
213
void visitBlockCommandComment(const comments::
BlockCommandComment
*C,
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp
227
const
BlockCommandComment
*BCC = getASTNodeAs<
BlockCommandComment
>(CXC);
236
const
BlockCommandComment
*BCC = getASTNodeAs<
BlockCommandComment
>(CXC);
245
const
BlockCommandComment
*BCC = getASTNodeAs<
BlockCommandComment
>(CXC);
253
const
BlockCommandComment
*BCC = getASTNodeAs<
BlockCommandComment
>(CXC);
/src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp
50
BlockCommandComment
*Sema::actOnBlockCommandStart(
55
BlockCommandComment
*BC = new (Allocator)
BlockCommandComment
(LocBegin, LocEnd,
62
void Sema::actOnBlockCommandArgs(
BlockCommandComment
*Command,
63
ArrayRef<
BlockCommandComment
::Argument> Args) {
67
void Sema::actOnBlockCommandFinish(
BlockCommandComment
*Command,
98
void Sema::checkFunctionDeclVerbatimLine(const
BlockCommandComment
*Comment) {
131
void Sema::checkContainerDeclVerbatimLine(const
BlockCommandComment
*Comment) {
170
void Sema::checkContainerDecl(const
BlockCommandComment
*Comment) {
270
typedef
BlockCommandComment
::Argument Argument
[
all
...]
CommentParser.cpp
292
void Parser::parseBlockCommandArgs(
BlockCommandComment
*BC,
295
typedef
BlockCommandComment
::Argument Argument;
310
BlockCommandComment
*Parser::parseBlockCommand() {
315
BlockCommandComment
*BC = nullptr;
JSONNodeDumper.cpp
1570
const comments::
BlockCommandComment
*C, const comments::FullComment *) {
/src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp
90
SmallVector<const
BlockCommandComment
*, 4> Returns;
93
llvm::TinyPtrVector<const
BlockCommandComment
*> Exceptions;
121
const
BlockCommandComment
*BCC = cast<
BlockCommandComment
>(Child);
168
MiscBlocks.push_back(cast<
BlockCommandComment
>(Child));
235
void visitBlockCommandComment(const
BlockCommandComment
*C);
333
const
BlockCommandComment
*C) {
550
void visitBlockCommandComment(const
BlockCommandComment
*C);
706
const
BlockCommandComment
*C) {
Completed in 22 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026