Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp93 if (MethodDecl->getInstantiatedFromMemberFunction()) in VisitCXXMethodDecl()
150 if (const auto *FT = MethodDecl->getInstantiatedFromMemberFunction()) in addUSRsOfInstantiatedMethods()
154 Method->getInstantiatedFromMemberFunction())) != USRSet.end()) in addUSRsOfInstantiatedMethods()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp1139 FunctionDecl *InstantiatedFrom = fn->getInstantiatedFromMemberFunction(); in getExplicitVisibilityAux()
3332 FunctionDecl *FunctionDecl::getInstantiatedFromMemberFunction() const { in getInstantiatedFromMemberFunction() function in FunctionDecl
3449 if (auto *MFD = getInstantiatedFromMemberFunction()) in getTemplateInstantiationPattern()
3620 if (FunctionDecl *FD = getInstantiatedFromMemberFunction()) { in isOutOfLine()
3745 if (auto *FT = getInstantiatedFromMemberFunction()) { in getODRHash()
H A DASTContext.cpp331 FD->getInstantiatedFromMemberFunction()) in adjustDeclToTemplate()
H A DASTImporter.cpp2862 import(FromFD->getInstantiatedFromMemberFunction())) in ImportTemplateInformation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3906 Function->getInstantiatedFromMemberFunction(), in InstantiateFunctionDefinition()
4806 Instance = Instance->getInstantiatedFromMemberFunction(); in isInstantiationOf()
H A DSemaTemplateInstantiate.cpp2578 Function->getInstantiatedFromMemberFunction()) { in InstantiateClassMembers()
H A DSemaTemplate.cpp8370 InstantiatedFrom = Method->getInstantiatedFromMemberFunction(); in CheckMemberSpecialization()
9424 : Specialization->getInstantiatedFromMemberFunction(), in ActOnExplicitInstantiation()
H A DSemaDecl.cpp12724 if (FunctionDecl *Original = I->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
12725 if (FunctionDecl *OrigFD = FD->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2405 FunctionDecl *getInstantiatedFromMemberFunction() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2040 if (FunctionDecl *Tmpl = MD->getInstantiatedFromMemberFunction()) in hasExplicitMemberDefinition()