Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp110 if (MethodDecl->getInstantiatedFromMemberFunction()) in VisitCXXMethodDecl()
191 if (const auto *FT = MethodDecl->getInstantiatedFromMemberFunction()) in addUSRsOfInstantiatedMethods()
195 Method->getInstantiatedFromMemberFunction())) != USRSet.end()) in addUSRsOfInstantiatedMethods()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1289 FunctionDecl *InstantiatedFrom = fn->getInstantiatedFromMemberFunction(); in getExplicitVisibilityAux()
3142 getInstantiatedFromMemberFunction()) in isThisDeclarationInstantiatedFromAFriendDefinition()
3956 FunctionDecl *FunctionDecl::getInstantiatedFromMemberFunction() const { in getInstantiatedFromMemberFunction() function in FunctionDecl
4322 if (FunctionDecl *FD = getInstantiatedFromMemberFunction()) { in isOutOfLine()
4472 if (auto *FT = getInstantiatedFromMemberFunction()) { in getODRHash()
H A DTextNodeDumper.cpp1941 if (const auto *Instance = D->getInstantiatedFromMemberFunction()) { in VisitFunctionDecl()
H A DASTContext.cpp350 FD->getInstantiatedFromMemberFunction()) in adjustDeclToTemplate()
H A DASTImporter.cpp3314 import(FromFD->getInstantiatedFromMemberFunction())) in ImportTemplateInformation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2299 while (FD->getInstantiatedFromMemberFunction()) in getPatternFunctionDecl()
2300 FD = FD->getInstantiatedFromMemberFunction(); in getPatternFunctionDecl()
H A DSemaConcept.cpp633 ? FD->getInstantiatedFromMemberFunction() in SetupConstraintScope()
H A DSemaTemplateInstantiateDecl.cpp4945 Function->getInstantiatedFromMemberFunction(), in InstantiateFunctionDefinition()
5935 Instance = Instance->getInstantiatedFromMemberFunction(); in isInstantiationOf()
H A DSemaOverload.cpp10455 if (FunctionDecl *MF = Function1->getInstantiatedFromMemberFunction()) in isBetterOverloadCandidate()
10457 if (FunctionDecl *MF = Function2->getInstantiatedFromMemberFunction()) in isBetterOverloadCandidate()
13133 if (FunctionDecl *MF = FD1->getInstantiatedFromMemberFunction()) in resolveAddressOfSingleOverloadCandidate()
13135 if (FunctionDecl *MF = FD2->getInstantiatedFromMemberFunction()) in resolveAddressOfSingleOverloadCandidate()
H A DSemaTemplateInstantiate.cpp3857 Function->getInstantiatedFromMemberFunction()) { in InstantiateClassMembers()
H A DSemaDecl.cpp15543 if (FunctionDecl *OrigDef = Definition->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
15544 if (FunctionDecl *OrigFD = FD->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
19079 if (FunctionDecl *MF = OrigMethod->getInstantiatedFromMemberFunction()) in SetEligibleMethods()
19088 if (FunctionDecl *MF = OtherMethod->getInstantiatedFromMemberFunction()) in SetEligibleMethods()
H A DSemaTemplate.cpp9874 InstantiatedFrom = Method->getInstantiatedFromMemberFunction(); in CheckMemberSpecialization()
10993 : Specialization->getInstantiatedFromMemberFunction(), in ActOnExplicitInstantiation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2831 FunctionDecl *getInstantiatedFromMemberFunction() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2583 if (FunctionDecl *Tmpl = MD->getInstantiatedFromMemberFunction()) in hasExplicitMemberDefinition()