Searched refs:Templated (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/PCH/ |
D | rdar10830559.cpp | 14 class Templated class 34 friend class Templated< Bar::BarImpl >::s;
|
/external/clang/test/SemaTemplate/ |
D | instantiate-try-catch.cpp | 18 class Templated { class 30 …template class Templated<int>; // expected-note{{in instantiation of member function 'PR10232::Tem… variable
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 787 NamedDecl *Templated = in getAsCXXRecordDecl() local 789 if (CXXRecordDecl *TemplatedRecord = dyn_cast<CXXRecordDecl>(Templated)) { in getAsCXXRecordDecl() 793 TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(Templated); in getAsCXXRecordDecl()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 8981 static TemplateDecl *getDescribedTemplate(Decl *Templated) { in getDescribedTemplate() argument 8982 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Templated)) in getDescribedTemplate() 8984 else if (CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(Templated)) in getDescribedTemplate() 8992 static void DiagnoseBadDeduction(Sema &S, Decl *Templated, in DiagnoseBadDeduction() argument 9006 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 9009 MaybeEmitInheritedConstructorNote(S, Templated); in DiagnoseBadDeduction() 9032 S.Diag(Templated->getLocation(), diag::note_ovl_candidate_underqualified) in DiagnoseBadDeduction() 9034 MaybeEmitInheritedConstructorNote(S, Templated); in DiagnoseBadDeduction() 9049 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 9053 MaybeEmitInheritedConstructorNote(S, Templated); in DiagnoseBadDeduction() [all …]
|
D | SemaTemplate.cpp | 2472 VarDecl *Templated = VarTemplate->getTemplatedDecl(); in ActOnVarTemplateSpecialization() local 2474 SubstType(Templated->getTypeSourceInfo(), in ActOnVarTemplateSpecialization() 2476 Templated->getTypeSpecStartLoc(), Templated->getDeclName()); in ActOnVarTemplateSpecialization()
|
/external/clang/test/SemaCXX/ |
D | cxx1y-deduced-return-type.cpp | 437 namespace Templated { namespace
|
/external/eigen/doc/ |
D | AsciiQuickReference.txt | 49 // Templated size versions are faster. Note that Matlab is 1-based (a size N
|