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

  /external/clang/include/clang/Sema/
Template.h 341 /// \param NumExplicitArgs The number of explicitly-specified template
345 unsigned NumExplicitArgs);
361 unsigned *NumExplicitArgs = nullptr) const;
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp 648 unsigned NumExplicitArgs;
651 &ExplicitArgs, &NumExplicitArgs);
654 Pack.New.append(ExplicitArgs, ExplicitArgs + NumExplicitArgs);
    [all...]

Completed in 130 milliseconds