Home
last modified time | relevance | path

Searched refs:getInstantiatedFromMemberFunction (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDecl.cpp1005 FunctionDecl *InstantiatedFrom = fn->getInstantiatedFromMemberFunction(); in getExplicitVisibilityAux()
2753 FunctionDecl *FunctionDecl::getInstantiatedFromMemberFunction() const { in getInstantiatedFromMemberFunction() function in FunctionDecl
2841 return getInstantiatedFromMemberFunction(); in getTemplateInstantiationPattern()
2988 if (FunctionDecl *FD = getInstantiatedFromMemberFunction()) { in isOutOfLine()
DASTContext.cpp259 FD->getInstantiatedFromMemberFunction()) in adjustDeclToTemplate()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h1942 FunctionDecl *getInstantiatedFromMemberFunction() const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2473 = Function->getInstantiatedFromMemberFunction()) { in InstantiateClassMembers()
DSemaTemplate.cpp6661 InstantiatedFrom = Method->getInstantiatedFromMemberFunction(); in CheckMemberSpecialization()
7542 : Specialization->getInstantiatedFromMemberFunction(), in ActOnExplicitInstantiation()
DSemaTemplateInstantiateDecl.cpp4160 Instance = Instance->getInstantiatedFromMemberFunction(); in isInstantiationOf()
DSemaExpr.cpp1768 CurMethod->getInstantiatedFromMemberFunction()); in DiagnoseEmptyLookup()