Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp110 if (MethodDecl->getInstantiatedFromMemberFunction()) in VisitCXXMethodDecl()
193 if (const auto *FT = MethodDecl->getInstantiatedFromMemberFunction()) in addUSRsOfInstantiatedMethods()
197 Method->getInstantiatedFromMemberFunction())) != USRSet.end()) in addUSRsOfInstantiatedMethods()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1193 FunctionDecl *InstantiatedFrom = fn->getInstantiatedFromMemberFunction(); in getExplicitVisibilityAux()
2947 getInstantiatedFromMemberFunction()) in isThisDeclarationInstantiatedFromAFriendDefinition()
3642 FunctionDecl *FunctionDecl::getInstantiatedFromMemberFunction() const { in getInstantiatedFromMemberFunction() function in FunctionDecl
3969 if (FunctionDecl *FD = getInstantiatedFromMemberFunction()) { in isOutOfLine()
4113 if (auto *FT = getInstantiatedFromMemberFunction()) { in getODRHash()
H A DASTContext.cpp327 FD->getInstantiatedFromMemberFunction()) in adjustDeclToTemplate()
H A DASTImporter.cpp3131 import(FromFD->getInstantiatedFromMemberFunction())) in ImportTemplateInformation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2641 FunctionDecl *getInstantiatedFromMemberFunction() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4825 Function->getInstantiatedFromMemberFunction(), in InstantiateFunctionDefinition()
5793 Instance = Instance->getInstantiatedFromMemberFunction(); in isInstantiationOf()
H A DSemaTemplateInstantiate.cpp3232 Function->getInstantiatedFromMemberFunction()) { in InstantiateClassMembers()
H A DSemaTemplate.cpp9215 InstantiatedFrom = Method->getInstantiatedFromMemberFunction(); in CheckMemberSpecialization()
10333 : Specialization->getInstantiatedFromMemberFunction(), in ActOnExplicitInstantiation()
H A DSemaDecl.cpp14095 if (FunctionDecl *OrigDef = Definition->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
14096 if (FunctionDecl *OrigFD = FD->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2330 if (FunctionDecl *Tmpl = MD->getInstantiatedFromMemberFunction()) in hasExplicitMemberDefinition()