Searched refs:getFunctionDecl (Results 1 – 8 of 8) sorted by relevance
124 const CXXMethodDecl *getFunctionDecl() const { in getFunctionDecl() function157 auto *DtorDecl = dyn_cast<CXXDestructorDecl>(getFunctionDecl()); in getGlobalDecl()160 return GlobalDecl(getFunctionDecl()); in getGlobalDecl()
401 const FunctionDecl *getFunctionDecl() const { in getFunctionDecl() function403 return A->getFunctionDecl(); in getFunctionDecl()
1205 MD = Component.getFunctionDecl(); in ComputeThisAdjustments()2019 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()3264 const CXXMethodDecl *MD = Component.getFunctionDecl(); in dumpLayout()
575 JOS.attribute("cleanup_function", createBareDeclRef(CA->getFunctionDecl())); in VisitCleanupAttr()
1397 Comps[I].getFunctionDecl()->getType(), in EmitVTableTypeMetadata()
444 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in hasAnyUnusedVirtualInlineFunction()471 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in isVTableHidden()
2163 const FunctionDecl *FD = CA->getFunctionDecl(); in EmitAutoVarCleanups()
5845 << E.castAs<CFGCleanupFunction>().getFunctionDecl()->getName() << ")\n"; in print_elem()