Searched refs:Templates (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2900 const UnresolvedSetImpl &Templates,
2904 Size += Templates.size() * sizeof(FunctionTemplateDecl*);
2908 new (Buffer) DependentFunctionTemplateSpecializationInfo(Templates,
2899 setDependentTemplateSpecialization(ASTContext &Context, const UnresolvedSetImpl &Templates, const TemplateArgumentListInfo &TemplateArgs) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h221 // Kinds of Templates
487 const UnresolvedSetImpl &Templates,
1292 /// template<template<Types> class...Templates> struct Inner;
1296 /// The parameter pack \c Templates is a pack expansion, which expands the
1298 /// instantiating \c Outer, the instantiation of \c Templates is an expanded
H A DDecl.h2070 const UnresolvedSetImpl &Templates,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8231 Templates; member in struct:__anon3271::InheritingConstructorInfo::InheritingConstructorsForType
8236 for (unsigned I = 0, N = Templates.size(); I != N; ++I)
8237 if (S.TemplateParameterListsAreEqual(ParamList, Templates[I].first,
8239 return Templates[I].second;
8240 Templates.push_back(std::make_pair(ParamList, InheritingConstructor()));
8241 return Templates.back().second;

Completed in 223 milliseconds