clang 19.0.0git
Classes | Namespaces
ExtractAPIVisitor.h File Reference

This file defines the ExtractAPVisitor AST visitation interface. More...

#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/ParentMapContext.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Basic/Module.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/Specifiers.h"
#include "clang/ExtractAPI/API.h"
#include "clang/ExtractAPI/DeclarationFragments.h"
#include "clang/ExtractAPI/TypedefUnderlyingTypeResolver.h"
#include "clang/Index/USRGeneration.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Casting.h"
#include <type_traits>

Go to the source code of this file.

Classes

class  clang::extractapi::impl::ExtractAPIVisitorBase< Derived >
 
class  clang::extractapi::ExtractAPIVisitor< Derived >
 The RecursiveASTVisitor to traverse symbol declarations and collect API information. More...
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::extractapi
 
namespace  clang::extractapi::impl
 

Detailed Description

This file defines the ExtractAPVisitor AST visitation interface.

Definition in file ExtractAPIVisitor.h.