HomeSort by relevance Sort by last modified time
    Searched defs:Tmpl (Results 1 - 5 of 5) sorted by null

  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 19 template<typename T> struct Tmpl { };
23 struct TmplC : Tmpl<int> {
25 Tmpl<int>(),
30 struct TmplD : Tmpl<char>, TmplB<char> {
32 Tmpl<int>(), // expected-error {{type 'Tmpl<int>' is not a direct or virtual base of 'TmplD'}}
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 87 VarTemplateDecl *Tmpl = Specialized.get<VarTemplateDecl *>();
88 if (Tmpl->isMemberSpecialization())
    [all...]
SemaTemplateInstantiateDecl.cpp 172 const EnableIfAttr *A, const Decl *Tmpl, Decl *New) {
190 !Expr::isPotentialConstantExprUnevaluated(Cond, cast<FunctionDecl>(Tmpl),
231 const Decl *Tmpl, Decl *New,
234 for (const auto *TmplAttr : Tmpl->attrs()) {
256 instantiateDependentEnableIfAttr(*this, TemplateArgs, EnableIf, Tmpl,
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 50 milliseconds