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 677 /// parameter with the FormatAttr's correct format_idx and firstDataArg.
684 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
693 if (FSI->FirstDataArg != 0)
694 --FSI->FirstDataArg;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 151 milliseconds