Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp90 if (Method->getInstantiatedFromMemberFunction() != nullptr) in check()
91 Method = Method->getInstantiatedFromMemberFunction(); in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedReturnValueCheck.cpp28 FunctionDecl *InstantiatedFrom = Node.getInstantiatedFromMemberFunction(); in AST_MATCHER_P()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCXX.cpp110 Template = Function->getInstantiatedFromMemberFunction(); in clang_getSpecializedCursorTemplate()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp1226 FunctionDecl *InstantiatedFrom = fn->getInstantiatedFromMemberFunction(); in getExplicitVisibilityAux()
3048 getInstantiatedFromMemberFunction()) in isThisDeclarationInstantiatedFromAFriendDefinition()
3755 FunctionDecl *FunctionDecl::getInstantiatedFromMemberFunction() const { in getInstantiatedFromMemberFunction() function in FunctionDecl
4095 if (FunctionDecl *FD = getInstantiatedFromMemberFunction()) { in isOutOfLine()
4239 if (auto *FT = getInstantiatedFromMemberFunction()) { in getODRHash()
H A DASTImporter.cpp3122 import(FromFD->getInstantiatedFromMemberFunction())) in ImportTemplateInformation()
H A DASTContext.cpp333 FD->getInstantiatedFromMemberFunction()) in adjustDeclToTemplate()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DRename.cpp102 Method->getInstantiatedFromMemberFunction()) in canonicalRenameDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4843 Function->getInstantiatedFromMemberFunction(), in InstantiateFunctionDefinition()
5822 Instance = Instance->getInstantiatedFromMemberFunction(); in isInstantiationOf()
H A DSemaTemplateInstantiate.cpp3276 Function->getInstantiatedFromMemberFunction()) { in InstantiateClassMembers()
H A DSemaTemplate.cpp9317 InstantiatedFrom = Method->getInstantiatedFromMemberFunction(); in CheckMemberSpecialization()
10435 : Specialization->getInstantiatedFromMemberFunction(), in ActOnExplicitInstantiation()
H A DSemaDecl.cpp14609 if (FunctionDecl *OrigDef = Definition->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
14610 if (FunctionDecl *OrigFD = FD->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2685 FunctionDecl *getInstantiatedFromMemberFunction() const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2457 if (FunctionDecl *Tmpl = MD->getInstantiatedFromMemberFunction()) in hasExplicitMemberDefinition()