ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
Loading...
Searching...
No Matches
AcavAstBuilder.h File Reference

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>
Include dependency graph for AcavAstBuilder.h:
This graph shows which files directly or indirectly include this file:

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...

Detailed Description

Clang AST to ACAV AST transformation.

Definition in file AcavAstBuilder.h.