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 296 /// \param NumExplicitArgs The number of explicitly-specified template
300 unsigned NumExplicitArgs);
307 unsigned *NumExplicitArgs = 0) const;
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp 565 unsigned NumExplicitArgs;
569 &NumExplicitArgs)) {
572 ExplicitArgs + NumExplicitArgs);
    [all...]

Completed in 974 milliseconds