Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCXX.cpp113 } else if (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.cpp62 const Decl *Tmpl, Decl *New) { in InstantiateAttrs()
2152 FunctionDecl *Tmpl) { in InitFunctionInstantiation()
2301 CXXMethodDecl *Tmpl) { in InitMethodInstantiation()
2642 const CXXConstructorDecl *Tmpl, in InstantiateMemInitializers()
DSemaLookup.cpp2301 } else if (FunctionTemplateDecl *Tmpl = in LookupSpecialMember() local
/external/clang/lib/Serialization/
DASTReaderDecl.cpp686 FieldDecl *Tmpl = cast_or_null<FieldDecl>(Reader.GetDecl(Record[Idx++])); in VisitFieldDecl() local
718 VarDecl *Tmpl = cast<VarDecl>(Reader.GetDecl(Record[Idx++])); in VisitVarDecl() local
/external/clang/lib/AST/
DDeclTemplate.cpp128 RedeclarableTemplateDecl *Tmpl = this; in getCanonicalDeclImpl() local
DASTContext.cpp488 ASTContext::setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl, in setInstantiatedFromStaticDataMember()
546 FieldDecl *Tmpl) { in setInstantiatedFromUnnamedFieldDecl()