clang 18.0.0git
Classes | Namespaces | Functions
ExtractAPIVisitor.h File Reference

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

#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/Basic/OperatorKinds.h"
#include "clang/Basic/Specifiers.h"
#include "clang/ExtractAPI/DeclarationFragments.h"
#include "llvm/ADT/FunctionExtras.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/ParentMapContext.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Basic/SourceManager.h"
#include "clang/ExtractAPI/API.h"
#include "clang/ExtractAPI/TypedefUnderlyingTypeResolver.h"
#include "clang/Index/USRGeneration.h"
#include "llvm/ADT/StringRef.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
 
namespace  clang::extractapi
 
namespace  clang::extractapi::impl
 

Functions

template<typename T >
static void clang::extractapi::impl::modifyRecords (const T &Records, const StringRef &Name)
 

Detailed Description

This file defines the ExtractAPVisitor AST visitation interface.

Definition in file ExtractAPIVisitor.h.