clang 22.0.0git
|
#include "clang/Sema/SemaMIPS.h"
Additional Inherited Members | |
Public Attributes inherited from clang::SemaBase | |
Sema & | SemaRef |
Definition at line 23 of file SemaMIPS.h.
clang::SemaMIPS::SemaMIPS | ( | Sema & | S | ) |
Definition at line 23 of file SemaMIPS.cpp.
References clang::SemaBase::SemaBase().
Definition at line 66 of file SemaMIPS.cpp.
References clang::SemaBase::SemaRef.
Referenced by CheckMipsBuiltinFunctionCall().
bool clang::SemaMIPS::CheckMipsBuiltinCpu | ( | const TargetInfo & | TI, |
unsigned | BuiltinID, | ||
CallExpr * | TheCall ) |
Definition at line 32 of file SemaMIPS.cpp.
References clang::SemaBase::Diag(), clang::CallExpr::getBeginLoc(), and clang::TargetInfo::hasFeature().
Referenced by CheckMipsBuiltinFunctionCall().
bool clang::SemaMIPS::CheckMipsBuiltinFunctionCall | ( | const TargetInfo & | TI, |
unsigned | BuiltinID, | ||
CallExpr * | TheCall ) |
Definition at line 25 of file SemaMIPS.cpp.
References CheckMipsBuiltinArgument(), and CheckMipsBuiltinCpu().
void clang::SemaMIPS::handleInterruptAttr | ( | Decl * | D, |
const ParsedAttr & | AL ) |
Definition at line 243 of file SemaMIPS.cpp.
References clang::Decl::addAttr(), clang::checkAttrMutualExclusion(), clang::SemaBase::Diag(), clang::ExpectedFunctionOrMethod, clang::SemaBase::getASTContext(), clang::getFunctionOrMethodNumParams(), clang::getFunctionOrMethodResultType(), clang::AttributeCommonInfo::getLoc(), clang::Decl::getLocation(), clang::ParsedAttr::getNumArgs(), clang::hasFunctionProto(), clang::isFuncOrMethodForAttrSubject(), clang::AttributeCommonInfo::isRegularKeywordAttribute(), and clang::SemaBase::SemaRef.
Referenced by handleInterruptAttr().