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

  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 17 template<typename T> struct Tmpl { };
21 struct TmplC : Tmpl<int> {
23 Tmpl<int>(),
28 struct TmplD : Tmpl<char>, TmplB<char> {
30 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 134 const EnableIfAttr *A, const Decl *Tmpl, Decl *New) {
152 !Expr::isPotentialConstantExprUnevaluated(Cond, cast<FunctionDecl>(Tmpl),
168 const Decl *Tmpl, Decl *New,
171 for (const auto *TmplAttr : Tmpl->attrs()) {
181 instantiateDependentEnableIfAttr(*this, TemplateArgs, EnableIf, Tmpl,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 252 milliseconds