clang  20.0.0git
Public Member Functions | List of all members
clang::SemaSwift Class Reference

#include "clang/Sema/SemaSwift.h"

Inheritance diagram for clang::SemaSwift:
Inheritance graph
[legend]

Public Member Functions

 SemaSwift (Sema &S)
 
SwiftNameAttr * mergeNameAttr (Decl *D, const SwiftNameAttr &SNA, StringRef Name)
 
void handleAttrAttr (Decl *D, const ParsedAttr &AL)
 
void handleAsyncAttr (Decl *D, const ParsedAttr &AL)
 
void handleBridge (Decl *D, const ParsedAttr &AL)
 
void handleError (Decl *D, const ParsedAttr &AL)
 
void handleAsyncError (Decl *D, const ParsedAttr &AL)
 
void handleName (Decl *D, const ParsedAttr &AL)
 
void handleAsyncName (Decl *D, const ParsedAttr &AL)
 
void handleNewType (Decl *D, const ParsedAttr &AL)
 
bool DiagnoseName (Decl *D, StringRef Name, SourceLocation Loc, const ParsedAttr &AL, bool IsAsync)
 Do a check to make sure Name looks like a legal argument for the swift_name attribute applied to decl D. More...
 
void AddParameterABIAttr (Decl *D, const AttributeCommonInfo &CI, ParameterABI abi)
 
- Public Member Functions inherited from clang::SemaBase
 SemaBase (Sema &S)
 
ASTContextgetASTContext () const
 
DiagnosticsEnginegetDiagnostics () const
 
const LangOptionsgetLangOpts () const
 
void addFDToReachableFromSyclDevice (const FunctionDecl *Callee, const FunctionDecl *Caller)
 
bool isFDReachableFromSyclDevice (const FunctionDecl *Callee, const FunctionDecl *Caller)
 
SemaDiagnosticBuilder Diag (SourceLocation Loc, unsigned DiagID, bool DeferHint=false)
 Emit a diagnostic. More...
 
SemaDiagnosticBuilder Diag (SourceLocation Loc, const PartialDiagnostic &PD, bool DeferHint=false)
 Emit a partial diagnostic. More...
 
PartialDiagnostic PDiag (unsigned DiagID=0)
 Build a partial diagnostic. More...
 

Additional Inherited Members

- Public Types inherited from clang::SemaBase
enum class  DeviceDiagnosticReason {
  None = 0 , OmpDevice = 1 << 0 , OmpHost = 1 << 1 , OmpAll = OmpDevice | OmpHost ,
  CudaDevice = 1 << 2 , CudaHost = 1 << 3 , CudaAll = CudaDevice | CudaHost , Sycl = 1 << 4 ,
  Esimd = 1 << 5 , All = OmpAll | CudaAll | Sycl | Esimd
}
 Bitmask to contain the list of reasons a single diagnostic should be emitted, based on its language. More...
 
- Public Attributes inherited from clang::SemaBase
SemaSemaRef
 

Detailed Description

Definition at line 28 of file SemaSwift.h.

Constructor & Destructor Documentation

◆ SemaSwift()

clang::SemaSwift::SemaSwift ( Sema S)

Definition at line 24 of file SemaSwift.cpp.

Member Function Documentation

◆ AddParameterABIAttr()

void clang::SemaSwift::AddParameterABIAttr ( Decl D,
const AttributeCommonInfo CI,
ParameterABI  abi 
)

Definition at line 710 of file SemaSwift.cpp.

Referenced by clang::Sema::InstantiateAttrs().

◆ DiagnoseName()

bool clang::SemaSwift::DiagnoseName ( Decl D,
StringRef  Name,
SourceLocation  Loc,
const ParsedAttr AL,
bool  IsAsync 
)

Do a check to make sure Name looks like a legal argument for the swift_name attribute applied to decl D.

Raise a diagnostic if the name is invalid for the given declaration.

AL is used to provide caret diagnostics in case of a malformed name.

Returns
true if the name is a valid swift name for D, false otherwise.

Definition at line 510 of file SemaSwift.cpp.

◆ handleAsyncAttr()

void clang::SemaSwift::handleAsyncAttr ( Decl D,
const ParsedAttr AL 
)

◆ handleAsyncError()

void clang::SemaSwift::handleAsyncError ( Decl D,
const ParsedAttr AL 
)

◆ handleAsyncName()

void clang::SemaSwift::handleAsyncName ( Decl D,
const ParsedAttr AL 
)

Definition at line 616 of file SemaSwift.cpp.

◆ handleAttrAttr()

void clang::SemaSwift::handleAttrAttr ( Decl D,
const ParsedAttr AL 
)

◆ handleBridge()

void clang::SemaSwift::handleBridge ( Decl D,
const ParsedAttr AL 
)

◆ handleError()

void clang::SemaSwift::handleError ( Decl D,
const ParsedAttr AL 
)

Definition at line 125 of file SemaSwift.cpp.

◆ handleName()

void clang::SemaSwift::handleName ( Decl D,
const ParsedAttr AL 
)

Definition at line 604 of file SemaSwift.cpp.

◆ handleNewType()

void clang::SemaSwift::handleNewType ( Decl D,
const ParsedAttr AL 
)

◆ mergeNameAttr()

SwiftNameAttr * clang::SemaSwift::mergeNameAttr ( Decl D,
const SwiftNameAttr &  SNA,
StringRef  Name 
)

Definition at line 26 of file SemaSwift.cpp.


The documentation for this class was generated from the following files: