Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp103 if (MethodDecl->getInstantiatedFromMemberFunction()) in VisitCXXMethodDecl()
184 if (const auto *FT = MethodDecl->getInstantiatedFromMemberFunction()) in addUSRsOfInstantiatedMethods()
188 Method->getInstantiatedFromMemberFunction())) != USRSet.end()) in addUSRsOfInstantiatedMethods()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1295 FunctionDecl *InstantiatedFrom = fn->getInstantiatedFromMemberFunction(); in getExplicitVisibilityAux()
3218 getInstantiatedFromMemberFunction()) in isThisDeclarationInstantiatedFromAFriendDefinition()
4098 FunctionDecl *FunctionDecl::getInstantiatedFromMemberFunction() const { in getInstantiatedFromMemberFunction() function in FunctionDecl
4465 if (FunctionDecl *FD = getInstantiatedFromMemberFunction()) { in isOutOfLine()
4616 if (auto *FT = getInstantiatedFromMemberFunction()) { in getODRHash()
H A DTextNodeDumper.cpp2338 if (const auto *Instance = D->getInstantiatedFromMemberFunction()) { in VisitFunctionDecl()
H A DASTImporter.cpp3639 import(FromFD->getInstantiatedFromMemberFunction())) in ImportTemplateInformation()
H A DASTContext.cpp372 FD->getInstantiatedFromMemberFunction()) in adjustDeclToTemplate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2419 while (FD->getInstantiatedFromMemberFunction()) in getPatternFunctionDecl()
2420 FD = FD->getInstantiatedFromMemberFunction(); in getPatternFunctionDecl()
H A DSemaConcept.cpp743 ? FD->getInstantiatedFromMemberFunction() in SetupConstraintScope()
H A DSemaTemplateInstantiate.cpp103 ->getInstantiatedFromMemberFunction()) in getPrimaryTemplateOfGenericLambda()
4223 Function->getInstantiatedFromMemberFunction()) { in InstantiateClassMembers()
H A DSemaTemplate.cpp9502 if (FunctionDecl *InstFrom = FD->getInstantiatedFromMemberFunction(); in CheckFunctionTemplateSpecialization()
9616 InstantiatedFrom = BestMethod->getInstantiatedFromMemberFunction(); in CheckMemberSpecialization()
10789 : Specialization->getInstantiatedFromMemberFunction(), in ActOnExplicitInstantiation()
H A DSemaTemplateInstantiateDecl.cpp5496 Function->getInstantiatedFromMemberFunction(), PatternDecl, in InstantiateFunctionDefinition()
6599 Instance = Instance->getInstantiatedFromMemberFunction(); in isInstantiationOf()
H A DSemaDecl.cpp15749 if (FunctionDecl *OrigDef = Definition->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
15750 if (FunctionDecl *OrigFD = FD->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
19278 if (FunctionDecl *MF = OrigMethod->getInstantiatedFromMemberFunction()) in SetEligibleMethods()
19287 if (FunctionDecl *MF = OtherMethod->getInstantiatedFromMemberFunction()) in SetEligibleMethods()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2935 FunctionDecl *getInstantiatedFromMemberFunction() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2933 if (FunctionDecl *Tmpl = MD->getInstantiatedFromMemberFunction()) in hasExplicitMemberDefinition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9636 …getInstantiatedFromMemberFunctionEv", "clang::FunctionDecl::getInstantiatedFromMemberFunction() co…