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

  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp 251 // "nullPos" is the number of formal parameters at the end which
255 unsigned nullPos = attr->getNullPos();
256 assert((nullPos == 0 || nullPos == 1) && "invalid null position on sentinel");
257 numFormalParams = (nullPos > numFormalParams ? 0 : numFormalParams - nullPos);
    [all...]

Completed in 736 milliseconds