OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextNodeDumper
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TextNodeDumper.h
1
//===---
TextNodeDumper
.h - Printing of AST nodes -------------------------===//
126
class
TextNodeDumper
128
public comments::ConstCommentVisitor<
TextNodeDumper
, void,
130
public ConstAttrVisitor<
TextNodeDumper
>,
131
public ConstTemplateArgumentVisitor<
TextNodeDumper
>,
132
public ConstStmtVisitor<
TextNodeDumper
>,
133
public TypeVisitor<
TextNodeDumper
>,
134
public ConstDeclVisitor<
TextNodeDumper
> {
165
TextNodeDumper
(raw_ostream &OS, const ASTContext &Context, bool ShowColors);
166
TextNodeDumper
(raw_ostream &OS, bool ShowColors)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
TextNodeDumper.cpp
1
//===---
TextNodeDumper
.cpp - Printing of AST nodes -----------------------===//
13
#include "clang/AST/
TextNodeDumper
.h"
59
TextNodeDumper
::
TextNodeDumper
(raw_ostream &OS, const ASTContext &Context,
66
TextNodeDumper
::
TextNodeDumper
(raw_ostream &OS, bool ShowColors)
69
void
TextNodeDumper
::Visit(const comments::Comment *C,
84
ConstCommentVisitor<
TextNodeDumper
, void,
88
void
TextNodeDumper
::Visit(const Attr *A) {
108
ConstAttrVisitor<
TextNodeDumper
>::Visit(A)
[
all
...]
Completed in 13 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026