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

  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 703 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1;
714 OS << "Null passed to a callee that requires a non-null " << ParamIdx
715 << llvm::getOrdinalSuffix(ParamIdx) << " parameter";
741 << ParamIdx << llvm::getOrdinalSuffix(ParamIdx) << " parameter";
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 782 unsigned ArgIdx = 0, ParamIdx = 0;
783 for (; ParamIdx != NumParams; ++ParamIdx) {
786 = dyn_cast<PackExpansionType>(Params[ParamIdx]);
804 Params[ParamIdx], Args[ArgIdx],
817 if (ParamIdx + 1 < NumParams)
    [all...]
SemaTemplate.cpp     [all...]

Completed in 222 milliseconds