clang 17.0.0git
ExtractAPIVisitor.cpp File Reference

This file implements the ExtractAPIVisitor an ASTVisitor to collect API information. More...

#include "clang/ExtractAPI/ExtractAPIVisitor.h"
#include "TypedefUnderlyingTypeResolver.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/ParentMapContext.h"
#include "clang/AST/RawCommentList.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/ExtractAPI/API.h"
#include "clang/ExtractAPI/AvailabilityInfo.h"
#include "clang/ExtractAPI/DeclarationFragments.h"
#include "clang/Frontend/ASTConsumers.h"
#include "clang/Frontend/FrontendOptions.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for ExtractAPIVisitor.cpp:

Go to the source code of this file.

Detailed Description

This file implements the ExtractAPIVisitor an ASTVisitor to collect API information.

Definition in file ExtractAPIVisitor.cpp.