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

  /external/clang/lib/AST/
Expr.cpp 563 FunctionTemplateSpecializationInfo *FSI
565 if (FSI && !FSI->isExplicitSpecialization()) {
567 = FSI->getTemplate()->getTemplateParameters();
568 const TemplateArgumentList* Args = FSI->TemplateArguments;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 685 FormatStringInfo *FSI) {
686 FSI->HasVAListArg = Format->getFirstArg() == 0;
687 FSI->FormatIdx = Format->getFormatIdx() - 1;
688 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
694 if(FSI->FormatIdx == 0)
696 --FSI->FormatIdx;
697 if (FSI->FirstDataArg != 0)
698 --FSI->FirstDataArg;
    [all...]

Completed in 45 milliseconds