|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
Clang AST to ACAV AST transformation. More...
#include "common/FileManager.h"#include "core/AstNode.h"#include "core/AstExtractorRunner.h"#include <clang/AST/ASTContext.h>#include <clang/AST/PrettyPrinter.h>#include <clang/AST/RecursiveASTVisitor.h>Go to the source code of this file.
Classes | |
| class | acav::TypeInfoExtractor |
| Helper class for extracting rich type information from Clang types. More... | |
| class | acav::AcavAstBuilder |
| ACAV AST builder with comprehensive type extraction. More... | |
Clang AST to ACAV AST transformation.
Definition in file AcavAstBuilder.h.