Home
last modified time | relevance | path

Searched defs:Tmpl (Results 1 – 6 of 6) sorted by relevance

/external/clang/tools/libclang/
DCIndexCXX.cpp117 } else if (const RedeclarableTemplateDecl *Tmpl in clang_getSpecializedCursorTemplate() local
/external/clang/test/SemaTemplate/
Dclass-template-ctor-initializer.cpp17 template<typename T> struct Tmpl { }; struct
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp122 const Decl *Tmpl, Decl *New, in InstantiateAttrs()
2635 FunctionDecl *Tmpl) { in InitFunctionInstantiation()
2713 CXXMethodDecl *Tmpl) { in InitMethodInstantiation()
3057 const CXXConstructorDecl *Tmpl, in InstantiateMemInitializers()
DSemaLookup.cpp2376 } else if (FunctionTemplateDecl *Tmpl = in LookupSpecialMember() local
/external/clang/lib/Serialization/
DASTReaderDecl.cpp877 if (FieldDecl *Tmpl = ReadDeclAs<FieldDecl>(Record, Idx)) in VisitFieldDecl() local
923 VarDecl *Tmpl = ReadDeclAs<VarDecl>(Record, Idx); in VisitVarDecl() local
/external/clang/lib/AST/
DASTContext.cpp969 ASTContext::setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl, in setInstantiatedFromStaticDataMember()
1045 FieldDecl *Tmpl) { in setInstantiatedFromUnnamedFieldDecl()