Home
last modified time | relevance | path

Searched defs:Templated (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-try-catch.cpp18 class Templated { class
30 …template class Templated<int>; // expected-note{{in instantiation of member function 'PR10232::Tem… variable
/llvm-project/clang/test/SemaSYCL/
H A Dzero-length-arrays.cpp28 template <unsigned Size, typename Ty> struct Templated { struct
31 …InnerTemplated<Size> Array[Size + 1]; // expected-note 8{{within field of type 'InnerTemplated<0U>… argument
47 Templated<Size, float> Var; in templatedContext() argument
/llvm-project/clang/test/PCH/
H A Drdar10830559.cpp15 class Templated class
/llvm-project/clang-tools-extra/clang-move/
H A DMove.h35 bool Templated) { in reportDeclaration()
49 bool Templated = false; // Whether the declaration is templated. member
H A DMove.cpp884 bool Templated = Decl->isTemplated(); in onEndOfTranslationUnit() local
/llvm-project/llvm/unittests/ADT/
H A DFunctionExtrasTest.cpp278 template <typename T> class Templated { T A; }; global() class
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp106 if (auto *Templated = TD->getTemplatedDecl()) in kindForDecl() local
1173 if (auto *Templated = TD->getTemplatedDecl()) getSemanticHighlightings() local
H A DAST.cpp549 auto *Templated = llvm::dyn_cast<FunctionDecl>(PVD->getDeclContext()); in VisitParmVarDecl() local
/llvm-project/clang/test/SemaCXX/
H A Ddeduced-return-type-cxx14.cpp514 namespace Templated { namespace
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp11481 getDescribedTemplate(Decl * Templated) getDescribedTemplate() argument
11489 DiagnoseBadDeduction(Sema & S,NamedDecl * Found,Decl * Templated,DeductionFailureInfo & DeductionFailure,unsigned NumArgs,bool TakingCandidateAddress) DiagnoseBadDeduction() argument
[all...]