OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerbatimBlockLineComment
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/AST/
CommentSema.h
162
VerbatimBlockLineComment
*actOnVerbatimBlockLine(SourceLocation Loc,
168
ArrayRef<
VerbatimBlockLineComment
*> Lines);
Comment.h
867
class
VerbatimBlockLineComment
: public Comment {
871
VerbatimBlockLineComment
(SourceLocation LocBegin,
894
/// (
VerbatimBlockLineComment
nodes).
899
ArrayRef<
VerbatimBlockLineComment
*> Lines;
927
void setLines(ArrayRef<
VerbatimBlockLineComment
*> L) {
/external/clang/lib/Index/
CommentToXML.cpp
243
void visitVerbatimBlockLineComment(const
VerbatimBlockLineComment
*C);
431
const
VerbatimBlockLineComment
*C) {
559
void visitVerbatimBlockLineComment(const
VerbatimBlockLineComment
*C);
819
const
VerbatimBlockLineComment
*C) {
[
all
...]
/external/clang/tools/libclang/
CXComment.cpp
345
const
VerbatimBlockLineComment
*VBL =
346
getASTNodeAs<
VerbatimBlockLineComment
>(CXC);
/external/clang/lib/AST/
CommentSema.cpp
431
VerbatimBlockLineComment
*Sema::actOnVerbatimBlockLine(SourceLocation Loc,
433
return new (Allocator)
VerbatimBlockLineComment
(Loc, Text);
440
ArrayRef<
VerbatimBlockLineComment
*> Lines) {
[
all
...]
ASTDumper.cpp
372
void visitVerbatimBlockLineComment(const
VerbatimBlockLineComment
*C);
[
all
...]
CommentParser.cpp
668
SmallVector<
VerbatimBlockLineComment
*, 8> Lines;
671
VerbatimBlockLineComment
*Line;
Completed in 45 milliseconds