clang 19.0.0git
Classes | Namespaces
DeclarationFragments.h File Reference

This file defines the Declaration Fragments related classes. 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/ExprCXX.h"
#include "clang/AST/TypeLoc.h"
#include "clang/Basic/Specifiers.h"
#include "clang/Lex/MacroInfo.h"
#include <vector>

Go to the source code of this file.

Classes

class  clang::extractapi::DeclarationFragments
 DeclarationFragments is a vector of tagged important parts of a symbol's declaration. More...
 
struct  clang::extractapi::DeclarationFragments::Fragment
 Fragment holds information of a single fragment. More...
 
class  clang::extractapi::AccessControl
 
class  clang::extractapi::FunctionSignature
 Store function signature information with DeclarationFragments of the return type and parameters. More...
 
struct  clang::extractapi::FunctionSignature::Parameter
 Parameter holds the name and DeclarationFragments of a single parameter. More...
 
class  clang::extractapi::DeclarationFragmentsBuilder
 A factory class to build DeclarationFragments for different kinds of Decl. More...
 

Namespaces

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

Detailed Description

This file defines the Declaration Fragments related classes.

Declaration Fragments represent parts of a symbol declaration tagged with syntactic/semantic information. See https://github.com/apple/swift-docc-symbolkit

Definition in file DeclarationFragments.h.