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 343 /// \param NumExplicitArgs The number of explicitly-specified template
347 unsigned NumExplicitArgs);
363 unsigned *NumExplicitArgs = 0) const;
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp 602 unsigned NumExplicitArgs;
606 &NumExplicitArgs)) {
609 ExplicitArgs + NumExplicitArgs);
    [all...]

Completed in 378 milliseconds