Searched refs:Templated (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp651 NamedDecl *Templated = local
653 if (CXXRecordDecl *TemplatedRecord = dyn_cast<CXXRecordDecl>(Templated)) {
657 TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(Templated);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp8595 TemplateDecl *getDescribedTemplate(Decl *Templated) { argument
8596 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Templated))
8598 else if (CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(Templated))
8606 void DiagnoseBadDeduction(Sema &S, Decl *Templated, argument
8620 S.Diag(Templated->getLocation(),
8623 MaybeEmitInheritedConstructorNote(S, Templated);
8646 S.Diag(Templated->getLocation(), diag::note_ovl_candidate_underqualified)
8648 MaybeEmitInheritedConstructorNote(S, Templated);
8663 S.Diag(Templated->getLocation(),
8667 MaybeEmitInheritedConstructorNote(S, Templated);
[all...]
H A DSemaTemplate.cpp2386 VarDecl *Templated = VarTemplate->getTemplatedDecl();
2388 SubstType(Templated->getTypeSourceInfo(),
2390 Templated->getTypeSpecStartLoc(), Templated->getDeclName());

Completed in 126 milliseconds