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 40 Expr *NumParamsExpr = static_cast<Expr *>(Attr.getArg(0));
42 if (!NumParamsExpr->isIntegerConstantExpr(NumParams, S.Context)) {
45 << NumParamsExpr->getSourceRange();
53 << NumParamsExpr->getSourceRange();
SemaDeclAttr.cpp     [all...]

Completed in 5515 milliseconds