reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
 4090   FSI->HasVAListArg = Format->getFirstArg() == 0;
 4091   FSI->FormatIdx = Format->getFormatIdx() - 1;
 4092   FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
 4092   FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
 4098     if(FSI->FormatIdx == 0)
 4100     --FSI->FormatIdx;
 4101     if (FSI->FirstDataArg != 0)
 4102       --FSI->FirstDataArg;