|
clang 22.0.0git
|
This file implements the ExtractAPIAction, and ASTConsumer to collect API information. More...
#include "clang/AST/ASTConcept.h"#include "clang/AST/ASTConsumer.h"#include "clang/AST/ASTContext.h"#include "clang/AST/DeclObjC.h"#include "clang/Basic/DiagnosticFrontend.h"#include "clang/Basic/FileEntry.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/SourceManager.h"#include "clang/Basic/TargetInfo.h"#include "clang/ExtractAPI/API.h"#include "clang/ExtractAPI/APIIgnoresList.h"#include "clang/ExtractAPI/ExtractAPIVisitor.h"#include "clang/ExtractAPI/FrontendActions.h"#include "clang/ExtractAPI/Serialization/SymbolGraphSerializer.h"#include "clang/Frontend/ASTConsumers.h"#include "clang/Frontend/CompilerInstance.h"#include "clang/Frontend/FrontendOptions.h"#include "clang/Frontend/MultiplexConsumer.h"#include "clang/Index/USRGeneration.h"#include "clang/InstallAPI/HeaderFile.h"#include "clang/Lex/MacroInfo.h"#include "clang/Lex/PPCallbacks.h"#include "clang/Lex/Preprocessor.h"#include "clang/Lex/PreprocessorOptions.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Casting.h"#include "llvm/Support/Error.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/Path.h"#include "llvm/Support/Regex.h"#include "llvm/Support/raw_ostream.h"#include <memory>#include <optional>#include <utility>Go to the source code of this file.
This file implements the ExtractAPIAction, and ASTConsumer to collect API information.
Definition in file ExtractAPIConsumer.cpp.