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

  /external/clang/lib/Sema/
SemaChecking.cpp 466 /// parameter with the FormatAttr's correct format_idx and firstDataArg.
473 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
482 if (FSI->FirstDataArg != 0)
483 --FSI->FirstDataArg;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 34 milliseconds