Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCXX.cpp113 Template = Function->getInstantiatedFromMemberFunction(); in clang_getSpecializedCursorTemplate()
/external/clang/lib/AST/
DDecl.cpp1098 FunctionDecl *InstantiatedFrom = fn->getInstantiatedFromMemberFunction(); in getExplicitVisibilityAux()
3046 FunctionDecl *FunctionDecl::getInstantiatedFromMemberFunction() const { in getInstantiatedFromMemberFunction() function in FunctionDecl
3166 return getInstantiatedFromMemberFunction(); in getTemplateInstantiationPattern()
3329 if (FunctionDecl *FD = getInstantiatedFromMemberFunction()) { in isOutOfLine()
DASTContext.cpp280 FD->getInstantiatedFromMemberFunction()) in adjustDeclToTemplate()
/external/clang/include/clang/AST/
DDecl.h2122 FunctionDecl *getInstantiatedFromMemberFunction() const;
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2455 = Function->getInstantiatedFromMemberFunction()) { in InstantiateClassMembers()
DSemaTemplate.cpp7080 InstantiatedFrom = Method->getInstantiatedFromMemberFunction(); in CheckMemberSpecialization()
8101 : Specialization->getInstantiatedFromMemberFunction(), in ActOnExplicitInstantiation()
DSemaTemplateInstantiateDecl.cpp4445 Instance = Instance->getInstantiatedFromMemberFunction(); in isInstantiationOf()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1632 if (FunctionDecl *Tmpl = I->getInstantiatedFromMemberFunction()) in hasExplicitMemberDefinition()