clang 20.0.0git
|
#include "clang/Sema/SemaNVPTX.h"
Public Member Functions | |
SemaNVPTX (Sema &S) | |
bool | CheckNVPTXBuiltinFunctionCall (const TargetInfo &TI, unsigned BuiltinID, CallExpr *TheCall) |
Public Member Functions inherited from clang::SemaBase | |
SemaBase (Sema &S) | |
ASTContext & | getASTContext () const |
DiagnosticsEngine & | getDiagnostics () const |
const LangOptions & | getLangOpts () const |
SemaDiagnosticBuilder | Diag (SourceLocation Loc, unsigned DiagID, bool DeferHint=false) |
Emit a diagnostic. | |
SemaDiagnosticBuilder | Diag (SourceLocation Loc, const PartialDiagnostic &PD, bool DeferHint=false) |
Emit a partial diagnostic. | |
PartialDiagnostic | PDiag (unsigned DiagID=0) |
Build a partial diagnostic. | |
Additional Inherited Members | |
Public Attributes inherited from clang::SemaBase | |
Sema & | SemaRef |
Definition at line 22 of file SemaNVPTX.h.
clang::SemaNVPTX::SemaNVPTX | ( | Sema & | S | ) |
Definition at line 19 of file SemaNVPTX.cpp.
bool clang::SemaNVPTX::CheckNVPTXBuiltinFunctionCall | ( | const TargetInfo & | TI, |
unsigned | BuiltinID, | ||
CallExpr * | TheCall | ||
) |
Definition at line 21 of file SemaNVPTX.cpp.
References clang::Sema::checkArgCountAtMost(), and clang::SemaBase::SemaRef.