Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1289 FunctionDecl *InstantiatedFrom = fn->getInstantiatedFromMemberFunction(); in getExplicitVisibilityAux()
3179 getInstantiatedFromMemberFunction()) in isThisDeclarationInstantiatedFromAFriendDefinition()
4006 FunctionDecl *FunctionDecl::getInstantiatedFromMemberFunction() const { in getInstantiatedFromMemberFunction() function in FunctionDecl
4370 if (FunctionDecl *FD = getInstantiatedFromMemberFunction()) { in isOutOfLine()
4520 if (auto *FT = getInstantiatedFromMemberFunction()) { in getODRHash()
H A DTextNodeDumper.cpp2179 if (const auto *Instance = D->getInstantiatedFromMemberFunction()) { in VisitFunctionDecl()
H A DASTImporter.cpp3368 import(FromFD->getInstantiatedFromMemberFunction())) in ImportTemplateInformation()
H A DASTContext.cpp353 FD->getInstantiatedFromMemberFunction()) in adjustDeclToTemplate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2357 while (FD->getInstantiatedFromMemberFunction()) in getPatternFunctionDecl()
2358 FD = FD->getInstantiatedFromMemberFunction(); in getPatternFunctionDecl()
H A DSemaConcept.cpp793 ? FD->getInstantiatedFromMemberFunction() in SetupConstraintScope()
H A DSemaTemplateInstantiate.cpp105 ->getInstantiatedFromMemberFunction()) in getPrimaryTemplateOfGenericLambda()
3995 Function->getInstantiatedFromMemberFunction()) { in InstantiateClassMembers()
H A DSemaTemplateDeduction.cpp5828 if (FunctionDecl *MF = FD1->getInstantiatedFromMemberFunction()) in getMoreConstrainedFunction()
5831 if (FunctionDecl *MF = FD2->getInstantiatedFromMemberFunction()) in getMoreConstrainedFunction()
H A DSemaTemplateInstantiateDecl.cpp4931 Function->getInstantiatedFromMemberFunction(), in InstantiateFunctionDefinition()
5917 Instance = Instance->getInstantiatedFromMemberFunction(); in isInstantiationOf()
H A DSemaDecl.cpp15313 if (FunctionDecl *OrigDef = Definition->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
15314 if (FunctionDecl *OrigFD = FD->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
18738 if (FunctionDecl *MF = OrigMethod->getInstantiatedFromMemberFunction()) in SetEligibleMethods()
18747 if (FunctionDecl *MF = OtherMethod->getInstantiatedFromMemberFunction()) in SetEligibleMethods()
H A DSemaTemplate.cpp9101 InstantiatedFrom = Method->getInstantiatedFromMemberFunction(); in CheckMemberSpecialization()
10221 : Specialization->getInstantiatedFromMemberFunction(), in ActOnExplicitInstantiation()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2834 FunctionDecl *getInstantiatedFromMemberFunction() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2709 if (FunctionDecl *Tmpl = MD->getInstantiatedFromMemberFunction()) in hasExplicitMemberDefinition()