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 340 /// \param NumExplicitArgs The number of explicitly-specified template
344 unsigned NumExplicitArgs);
351 unsigned *NumExplicitArgs = 0) const;
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp 566 unsigned NumExplicitArgs;
570 &NumExplicitArgs)) {
573 ExplicitArgs + NumExplicitArgs);
    [all...]

Completed in 509 milliseconds