Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCXX.cpp110 Template = Function->getInstantiatedFromMemberFunction(); in clang_getSpecializedCursorTemplate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp1194 FunctionDecl *InstantiatedFrom = fn->getInstantiatedFromMemberFunction(); in getExplicitVisibilityAux()
2954 getInstantiatedFromMemberFunction()) in isThisDeclarationInstantiatedFromAFriendDefinition()
3649 FunctionDecl *FunctionDecl::getInstantiatedFromMemberFunction() const { in getInstantiatedFromMemberFunction() function in FunctionDecl
3976 if (FunctionDecl *FD = getInstantiatedFromMemberFunction()) { in isOutOfLine()
4120 if (auto *FT = getInstantiatedFromMemberFunction()) { in getODRHash()
H A DASTContext.cpp327 FD->getInstantiatedFromMemberFunction()) in adjustDeclToTemplate()
H A DASTImporter.cpp3082 import(FromFD->getInstantiatedFromMemberFunction())) in ImportTemplateInformation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4701 Function->getInstantiatedFromMemberFunction(), in InstantiateFunctionDefinition()
5601 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.cpp14039 if (FunctionDecl *OrigDef = Definition->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
14040 if (FunctionDecl *OrigFD = FD->getInstantiatedFromMemberFunction()) { in CheckForFunctionRedefinition()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2615 FunctionDecl *getInstantiatedFromMemberFunction() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2349 if (FunctionDecl *Tmpl = MD->getInstantiatedFromMemberFunction()) in hasExplicitMemberDefinition()