HomeSort by relevance Sort by last modified time
    Searched refs:NumParamsExpr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
TargetAttributesSema.cpp 39 Expr *NumParamsExpr = static_cast<Expr *>(Attr.getArg(0));
41 if (!NumParamsExpr->isIntegerConstantExpr(NumParams, S.Context)) {
43 << "interrupt" << NumParamsExpr->getSourceRange();
51 << NumParamsExpr->getSourceRange();
SemaDeclAttr.cpp     [all...]

Completed in 36 milliseconds