OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TParamCommandComment
(Results
1 - 10
of
10
) sorted by null
/external/clang/tools/libclang/
CXComment.cpp
313
const
TParamCommandComment
*TPCC = getASTNodeAs<
TParamCommandComment
>(CXC);
321
const
TParamCommandComment
*TPCC = getASTNodeAs<
TParamCommandComment
>(CXC);
329
const
TParamCommandComment
*TPCC = getASTNodeAs<
TParamCommandComment
>(CXC);
337
const
TParamCommandComment
*TPCC = getASTNodeAs<
TParamCommandComment
>(CXC);
/external/clang/include/clang/AST/
CommentSema.h
56
llvm::StringMap<
TParamCommandComment
*> TemplateParameterDocs;
119
TParamCommandComment
*actOnTParamCommandStart(SourceLocation LocBegin,
124
void actOnTParamCommandParamNameArg(
TParamCommandComment
*Command,
129
void actOnTParamCommandFinish(
TParamCommandComment
*Command,
CommentParser.h
98
void parseTParamCommandArgs(
TParamCommandComment
*TPC,
Comment.h
805
class
TParamCommandComment
: public BlockCommandComment {
822
TParamCommandComment
(SourceLocation LocBegin,
/external/clang/lib/Index/
CommentToXML.cpp
59
bool operator()(const
TParamCommandComment
*LHS,
60
const
TParamCommandComment
*RHS) const {
92
SmallVector<const
TParamCommandComment
*, 4> TParams;
156
const
TParamCommandComment
*TPCC = cast<
TParamCommandComment
>(Child);
240
void visitTParamCommandComment(const
TParamCommandComment
*C);
384
const
TParamCommandComment
*C) {
555
void visitTParamCommandComment(const
TParamCommandComment
*C);
774
const
TParamCommandComment
*C) {
[
all
...]
/external/clang/lib/AST/
CommentSema.cpp
281
TParamCommandComment
*Sema::actOnTParamCommandStart(
286
TParamCommandComment
*Command =
287
new (Allocator)
TParamCommandComment
(LocBegin, LocEnd, CommandID,
299
void Sema::actOnTParamCommandParamNameArg(
TParamCommandComment
*Command,
322
TParamCommandComment
*&PrevCommand = TemplateParameterDocs[Arg];
360
void Sema::actOnTParamCommandFinish(
TParamCommandComment
*Command,
[
all
...]
Comment.cpp
331
StringRef
TParamCommandComment
::getParamName(const FullComment *FC) const {
CommentParser.cpp
283
void Parser::parseTParamCommandArgs(
TParamCommandComment
*TPC,
315
TParamCommandComment
*TPC = nullptr;
ASTDumper.cpp
554
void visitTParamCommandComment(const
TParamCommandComment
*C);
[
all
...]
/external/clang/unittests/AST/
CommentParser.cpp
233
TParamCommandComment
*&TPCC,
244
<< "
TParamCommandComment
has name \"" << ActualCommandName.str() << "\", "
249
<< "
TParamCommandComment
has no parameter name";
254
<< "
TParamCommandComment
has parameter name \"" << ActualParamName.str()
958
TParamCommandComment
*TPCC;
976
TParamCommandComment
*TPCC;
[
all
...]
Completed in 659 milliseconds