Searched defs:Templated (Results 1 – 10 of 10) sorted by relevance
18 class Templated { class30 …template class Templated<int>; // expected-note{{in instantiation of member function 'PR10232::Tem… variable
28 template <unsigned Size, typename Ty> struct Templated { struct31 …InnerTemplated<Size> Array[Size + 1]; // expected-note 8{{within field of type 'InnerTemplated<0U>… argument47 Templated<Size, float> Var; in templatedContext() argument
15 class Templated class
35 bool Templated) { in reportDeclaration()49 bool Templated = false; // Whether the declaration is templated. member
884 bool Templated = Decl->isTemplated(); in onEndOfTranslationUnit() local
278 template <typename T> class Templated { T A; }; global() class
106 if (auto *Templated = TD->getTemplatedDecl()) in kindForDecl() local 1173 if (auto *Templated = TD->getTemplatedDecl()) getSemanticHighlightings() local
549 auto *Templated = llvm::dyn_cast<FunctionDecl>(PVD->getDeclContext()); in VisitParmVarDecl() local
514 namespace Templated { namespace
11481 getDescribedTemplate(Decl * Templated) getDescribedTemplate() argument 11489 DiagnoseBadDeduction(Sema & S,NamedDecl * Found,Decl * Templated,DeductionFailureInfo & DeductionFailure,unsigned NumArgs,bool TakingCandidateAddress) DiagnoseBadDeduction() argument [all...]