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 348 /// \param NumExplicitArgs The number of explicitly-specified template
352 unsigned NumExplicitArgs);
368 unsigned *NumExplicitArgs = nullptr) const;
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp 618 unsigned NumExplicitArgs;
621 &ExplicitArgs, &NumExplicitArgs);
624 Pack.New.append(ExplicitArgs, ExplicitArgs + NumExplicitArgs);
    [all...]

Completed in 144 milliseconds