HomeSort by: relevance | last modified time | path
    Searched defs:Guide (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 1183 /// when forming an implicit deduction guide.
1185 auto *Guide = dyn_cast<CXXDeductionGuideDecl>(FTD->getTemplatedDecl());
1186 if (!Guide || !Guide->isImplicit())
1188 return Guide->getDeducedTemplate()->getTemplateParameters()->size();
SemaTemplateInstantiateDecl.cpp 1873 /// 3) substituting deduction guide declarations for nested class templates
5931 // An implicit deduction guide acts as if it's within the class template
5933 auto *Guide = dyn_cast<CXXDeductionGuideDecl>(FD);
5934 if (Guide && Guide->isImplicit()) {
5935 TemplateDecl *TD = Guide->getDeducedTemplate();
SemaTemplate.cpp 319 // syntactic form of a deduction guide is enough to identify it even
335 // guide names.
2084 /// constructor to a deduction guide.
2131 /// corresponding deduction guide, per C++1z [over.match.class.deduct]p1.
2151 /// Transform a constructor declaration into a deduction guide.
2225 /// Build a deduction guide with the specified parameter types.
2255 /// Transform a constructor template parameter into a deduction guide template
2341 // the user can write in a deduction-guide (because they cannot enter the
2436 // Build the implicit deduction guide template.
2437 auto *Guide
    [all...]

Completed in 61 milliseconds