Home
last modified time | relevance | path

Searched refs:ASTDumper (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DASTDumper.cpp95 class ASTDumper class
96 : public ConstDeclVisitor<ASTDumper>, public ConstStmtVisitor<ASTDumper>,
97 public ConstCommentVisitor<ASTDumper>, public TypeVisitor<ASTDumper> {
190 ASTDumper &Dumper;
192 ColorScope(ASTDumper &Dumper, TerminalColor Color) in ColorScope()
204 ASTDumper(raw_ostream &OS, const CommandTraits *Traits, in ASTDumper() function in __anon59a9c3280111::ASTDumper
210 ASTDumper(raw_ostream &OS, const CommandTraits *Traits, in ASTDumper() function in __anon59a9c3280111::ASTDumper
583 void ASTDumper::dumpPointer(const void *Ptr) { in dumpPointer()
588 void ASTDumper::dumpLocation(SourceLocation Loc) { in dumpLocation()
618 void ASTDumper::dumpSourceRange(SourceRange R) { in dumpSourceRange()
[all …]
DCMakeLists.txt8 ASTDumper.cpp
/external/llvm/docs/TableGen/
DBackEnds.rst332 It is used to implement ``ASTDumper::dumpAttr``.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
DBackEnds.rst355 It is used to implement ``ASTDumper::dumpAttr``.