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 = 0) const;
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp 609 unsigned NumExplicitArgs;
613 &NumExplicitArgs)) {
616 ExplicitArgs + NumExplicitArgs);
    [all...]

Completed in 502 milliseconds