OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextComment
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/AST/
Comment.cpp
97
bool
TextComment
::isWhitespaceNoCache() const {
108
if (const
TextComment
*TC = dyn_cast<
TextComment
>(*I)) {
ASTDumper.cpp
58
// Comment names (FullComment, ParagraphComment,
TextComment
, etc)
362
void visitTextComment(const
TextComment
*C);
[
all
...]
CommentSema.cpp
416
TextComment
*Sema::actOnText(SourceLocation LocBegin,
419
return new (Allocator)
TextComment
(LocBegin, LocEnd, Text);
[
all
...]
/external/clang/tools/libclang/
CXComment.cpp
114
if (const
TextComment
*TC = dyn_cast<
TextComment
>(C))
132
const
TextComment
*TC = getASTNodeAs<
TextComment
>(CXC);
/external/clang/lib/Index/
CommentToXML.cpp
232
void visitTextComment(const
TextComment
*C);
265
void CommentASTToHTMLConverter::visitTextComment(const
TextComment
*C) {
544
void visitTextComment(const
TextComment
*C);
626
void CommentASTToXMLConverter::visitTextComment(const
TextComment
*C) {
[
all
...]
/external/clang/include/clang/AST/
CommentSema.h
155
TextComment
*actOnText(SourceLocation LocBegin,
Comment.h
81
friend class
TextComment
;
265
class
TextComment
: public InlineContentComment {
269
TextComment
(SourceLocation LocBegin,
/external/clang/unittests/AST/
CommentParser.cpp
121
TextComment
*TC;
129
<< "
TextComment
has text \"" << ActualText.str() << "\", "
134
<< "
TextComment
has a trailing newline";
142
TextComment
*TC;
150
<< "
TextComment
has text \"" << ActualText.str() << "\", "
155
<< "
TextComment
has no trailing newline";
[
all
...]
Completed in 64 milliseconds