clang 20.0.0git
|
#include "clang/Sema/SemaLoongArch.h"
Public Member Functions | |
SemaLoongArch (Sema &S) | |
bool | CheckLoongArchBuiltinFunctionCall (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 SemaLoongArch.h.
clang::SemaLoongArch::SemaLoongArch | ( | Sema & | S | ) |
Definition at line 20 of file SemaLoongArch.cpp.
bool clang::SemaLoongArch::CheckLoongArchBuiltinFunctionCall | ( | const TargetInfo & | TI, |
unsigned | BuiltinID, | ||
CallExpr * | TheCall | ||
) |
Definition at line 22 of file SemaLoongArch.cpp.
References clang::Sema::BuiltinConstantArgRange(), and clang::SemaBase::SemaRef.